#7232ff

Color #7232FF Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #7232FF

Tints of Han Purple #7232FF

Color information

#7232FF (or 0x7232FF) is unknown color: approx Han Purple. HEX triplet: 72, 32 and FF. RGB value is (114,50,255). Sum of RGB (Red+Green+Blue) = 114+50+255=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #7232FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7232FF is #8DCD00. Grayscale: #5B5B5B. Windows color (decimal): -9293057 or 16724594. OLE color: 16724594.

HSL color Cylindrical-coordinate representation of color #7232FF: hue angle of 258.73º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7232FF is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11450255-
CMYK0.550.8000
HSL258.73º100%59.8%-
HSV(B)258.73º80.39%100%-
XYZ26.1313.0895.75-
YUV92.51219.7143.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 27.21%
GREEN value IS 50 (19.92% from 255) = 11.93%
BLUE value IS 255 (100% from 255) = 60.86%
R=27.21%
G=11.93%
B=60.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal114502550.550.8000258.7310059.8
Hex7232FF375000103643c
Octal16262377671200040314474
Binary1110010110010111111111101111010000001000000111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7232ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7232ff; }

 p { color: rgb(114,50,255); }

 H1.HeaderClassName
 {
   color: #7232ff;
 }
 .AnyTagClassName
 {
   color: #7232ff;
 }
</style>
background-color css

<style>
 a { background-color: #7232ff; }

 a { background-color: rgb(114,50,255); }

 div.DivClassName
 {
   background-color: #7232ff;
 }
 .BgClassName
 {
   background-color: #7232ff;
 }
</style>
border-color css

<style>
 span { border-color: #7232ff; }

 span { border-color: rgb(114,50,255); }

 td.TdClassName
 {
   border-color: #7232ff;
 }
 .TagClassName
 {
   border-color: #7232ff;
 }
</style>