Html Css Color HEX #422DCA Purple Heart

📋 copy color: '#422DCA'

red 66 ◦ green 45 ◦ blue 202

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

Shades of Purple Heart #422DCA

Tints of Purple Heart #422DCA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.38%

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

R = 21.09%
G = 14.38%
B = 64.54%

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

#422DCA (or 0x422DCA) is known color: Purple Heart. HEX triplet: 42, 2D and CA. RGB value is (66,45,202). Sum of RGB (Red+Green+Blue) = 66+45+202=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #422DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422DCA is #BDD235. Grayscale: #444444. Windows color (decimal): -12440118 or 13249858. OLE color: 13249858.

HSL color Cylindrical-coordinate representation of color #422DCA: hue angle of 248.03º 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 #422DCA is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 45 202 -
CMYK 0.67 0.78 0 0.21
HSL 248.03º 0.64% 0.48% -
HSV(B) 248.03º 0.78% 0.79% -
XYZ 13.85 7.3 56.56 -
YUV 69.18 202.96 125.73 -
System Red Green Blue C M Y K H S L
Decimal 66 45 202 0.67 0.78 0 0.21 248.03 0.64 0.48
Hex 42 2D CA 43 4E 0 15 F8 40 30
Octal 102 55 312 103 116 0 25 370 100 60
Binary 1000010 101101 11001010 1000011 1001110 0 10101 11111000 1000000 110000

Color Harmonies of #422DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DCA

Black with #422DCA

Text Example


Text Example

White with #422DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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