#420ACF

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

Shades of Han Purple #420ACF

Tints of Han Purple #420ACF

Color information

#420ACF (or 0x420ACF) is unknown color: approx Han Purple. HEX triplet: 42, 0A and CF. RGB value is (66,10,207). Sum of RGB (Red+Green+Blue) = 66+10+207=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #420ACF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420ACF is #BDF530. Grayscale: #303030. Windows color (decimal): -12449073 or 13568578. OLE color: 13568578.

HSL color Cylindrical-coordinate representation of color #420ACF: hue angle of 257.06º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420ACF is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6610207-
CMYK0.680.9500.19
HSL257.06º90.78%42.55%-
HSV(B)257.06º95.17%81.18%-
XYZ13.625.8859.45-
YUV49.2217.05139.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 10 (4.30% from 255) = 3.53%
BLUE value IS 207 (81.25% from 255) = 73.14%
R=23.32%
G=3.53%
B=73.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal66102070.680.9500.19257.0690.7842.55
Hex42ACF445F0131015b2b
Octal1021231710413702340113353
Binary1000010101011001111100010010111110100111000000011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420ACF; }

 p { color: rgb(66,10,207); }

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

<style>
 a { background-color: #420ACF; }

 a { background-color: rgb(66,10,207); }

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

<style>
 span { border-color: #420ACF; }

 span { border-color: rgb(66,10,207); }

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