Html Css Color HEX #420C4E Blackcurrant

📋 copy color: '#420C4E'

red 66 ◦ green 12 ◦ blue 78

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

Shades of Blackcurrant #420C4E

Tints of Blackcurrant #420C4E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.69%

 BLUE value IS 78 (30.86% from 255) = 50%

R = 42.31%
G = 7.69%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#420C4E (or 0x420C4E) is known color: Blackcurrant. HEX triplet: 42, 0C and 4E. RGB value is (66,12,78). Sum of RGB (Red+Green+Blue) = 66+12+78=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: blue. Hex color #420C4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C4E is #BDF3B1. Grayscale: #232323. Windows color (decimal): -12448690 or 5114946. OLE color: 5114946.

HSL color Cylindrical-coordinate representation of color #420C4E: hue angle of 289.09º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #420C4E is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 12 78 -
CMYK 0.15 0.85 0 0.69
HSL 289.09º 0.73% 0.18% -
HSV(B) 289.09º 0.85% 0.31% -
XYZ 3.75 1.97 7.39 -
YUV 35.67 151.89 149.63 -
System Red Green Blue C M Y K H S L
Decimal 66 12 78 0.15 0.85 0 0.69 289.09 0.73 0.18
Hex 42 C 4E F 55 0 45 121 49 12
Octal 102 14 116 17 125 0 105 441 111 22
Binary 1000010 1100 1001110 1111 1010101 0 1000101 100100001 1001001 10010

Color Harmonies of #420C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C4E

Black with #420C4E

Text Example


Text Example

White with #420C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,12,78); }

 H1.HeaderClassName
 {
   color: #420C4E;
 }
 .AnyTagClassName
 {
   color: #420C4E;
 }
</style>

background-color css

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

 a { background-color: rgb(66,12,78); }

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

border-color css

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

 span { border-color: rgb(66,12,78); }

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