Html Css Color HEX #422CCA Purple Heart

📋 copy color: '#422CCA'

red 66 ◦ green 44 ◦ blue 202

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

Shades of Purple Heart #422CCA

Tints of Purple Heart #422CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.74%

R = 21.15%
G = 14.1%
B = 64.74%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#422CCA (or 0x422CCA) is known color: Purple Heart. HEX triplet: 42, 2C and CA. RGB value is (66,44,202). Sum of RGB (Red+Green+Blue) = 66+44+202=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #422CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CCA is #BDD335. Grayscale: #434343. Windows color (decimal): -12440374 or 13249602. OLE color: 13249602.

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

Color convert

RGB 66 44 202 -
CMYK 0.67 0.78 0 0.21
HSL 248.35º 0.64% 0.48% -
HSV(B) 248.35º 0.78% 0.79% -
XYZ 13.81 7.22 56.54 -
YUV 68.59 203.29 126.15 -
System Red Green Blue C M Y K H S L
Decimal 66 44 202 0.67 0.78 0 0.21 248.35 0.64 0.48
Hex 42 2C CA 43 4E 0 15 F8 40 30
Octal 102 54 312 103 116 0 25 370 100 60
Binary 1000010 101100 11001010 1000011 1001110 0 10101 11111000 1000000 110000

Color Harmonies of #422CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422CCA

Black with #422CCA

Text Example


Text Example

White with #422CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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