Html Css Color HEX #420653 Blackcurrant

📋 copy color: '#420653'

red 66 ◦ green 6 ◦ blue 83

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

Shades of Blackcurrant #420653

Tints of Blackcurrant #420653

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.87%

 BLUE value IS 83 (32.81% from 255) = 53.55%

R = 42.58%
G = 3.87%
B = 53.55%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#420653 (or 0x420653) is known color: Blackcurrant. HEX triplet: 42, 06 and 53. RGB value is (66,6,83). Sum of RGB (Red+Green+Blue) = 66+6+83=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #420653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420653 is #BDF9AC. Grayscale: #202020. Windows color (decimal): -12450221 or 5441090. OLE color: 5441090.

HSL color Cylindrical-coordinate representation of color #420653: hue angle of 286.75º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420653 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 6 83 -
CMYK 0.20 0.93 0 0.67
HSL 286.75º 0.87% 0.17% -
HSV(B) 286.75º 0.93% 0.33% -
XYZ 3.87 1.91 8.35 -
YUV 32.72 156.38 151.74 -
System Red Green Blue C M Y K H S L
Decimal 66 6 83 0.20 0.93 0 0.67 286.75 0.87 0.17
Hex 42 6 53 14 5D 0 43 11F 57 11
Octal 102 6 123 24 135 0 103 437 127 21
Binary 1000010 110 1010011 10100 1011101 0 1000011 100011111 1010111 10001

Color Harmonies of #420653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420653

Black with #420653

Text Example


Text Example

White with #420653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420653; }

 p { color: rgb(66,6,83); }

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

background-color css

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

 a { background-color: rgb(66,6,83); }

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

border-color css

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

 span { border-color: rgb(66,6,83); }

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