Html Css Color HEX #420ACF Han Purple

📋 copy color: '#420ACF'

red 66 ◦ green 10 ◦ blue 207

#420ACF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #420ACF

Tints of Han Purple #420ACF

RGB

 RED value IS 66 (26.17% from 255) = 23.32%

 GREEN value IS 10 (4.3% 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 value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#420ACF (or 0x420ACF) is known color: 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

RGB 66 10 207 -
CMYK 0.68 0.95 0 0.19
HSL 257.06º 0.91% 0.43% -
HSV(B) 257.06º 0.95% 0.81% -
XYZ 13.62 5.88 59.45 -
YUV 49.2 217.05 139.98 -
System Red Green Blue C M Y K H S L
Decimal 66 10 207 0.68 0.95 0 0.19 257.06 0.91 0.43
Hex 42 A CF 44 5F 0 13 101 5B 2B
Octal 102 12 317 104 137 0 23 401 133 53
Binary 1000010 1010 11001111 1000100 1011111 0 10011 100000001 1011011 101011

Color Harmonies of #420ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420ACF

Black with #420ACF

Text Example


Text Example

White with #420ACF

Text Example


Text Example

HTML Codes & Css Web 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>