Html Css Color HEX #422CCB Purple Heart

📋 copy color: '#422CCB'

red 66 ◦ green 44 ◦ blue 203

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

Shades of Purple Heart #422CCB

Tints of Purple Heart #422CCB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.06%

 BLUE value IS 203 (79.69% from 255) = 64.86%

R = 21.09%
G = 14.06%
B = 64.86%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#422CCB (or 0x422CCB) is known color: Purple Heart. HEX triplet: 42, 2C and CB. RGB value is (66,44,203). Sum of RGB (Red+Green+Blue) = 66+44+203=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #422CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CCB is #BDD334. Grayscale: #444444. Windows color (decimal): -12440373 or 13315138. OLE color: 13315138.

HSL color Cylindrical-coordinate representation of color #422CCB: hue angle of 248.3º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #422CCB is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 44 203 -
CMYK 0.67 0.78 0 0.20
HSL 248.3º 0.64% 0.48% -
HSV(B) 248.3º 0.78% 0.8% -
XYZ 13.93 7.27 57.17 -
YUV 68.7 203.79 126.07 -
System Red Green Blue C M Y K H S L
Decimal 66 44 203 0.67 0.78 0 0.20 248.3 0.64 0.48
Hex 42 2C CB 43 4E 0 14 F8 40 30
Octal 102 54 313 103 116 0 24 370 100 60
Binary 1000010 101100 11001011 1000011 1001110 0 10100 11111000 1000000 110000

Color Harmonies of #422CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422CCB

Black with #422CCB

Text Example


Text Example

White with #422CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422CCB; }

 p { color: rgb(66,44,203); }

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

background-color css

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

 a { background-color: rgb(66,44,203); }

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

border-color css

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

 span { border-color: rgb(66,44,203); }

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