Html Css Color HEX #422BD0 Purple Heart

📋 copy color: '#422BD0'

red 66 ◦ green 43 ◦ blue 208

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

Shades of Purple Heart #422BD0

Tints of Purple Heart #422BD0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.56%

 BLUE value IS 208 (81.64% from 255) = 65.62%

R = 20.82%
G = 13.56%
B = 65.62%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#422BD0 (or 0x422BD0) is known color: Purple Heart. HEX triplet: 42, 2B and D0. RGB value is (66,43,208). Sum of RGB (Red+Green+Blue) = 66+43+208=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 208 (81.64% from 255 or 65.62% from 317); Max value from RGB is 208 - color contains mainly: blue. Hex color #422BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422BD0 is #BDD42F. Grayscale: #444444. Windows color (decimal): -12440624 or 13642562. OLE color: 13642562.

HSL color Cylindrical-coordinate representation of color #422BD0: hue angle of 248.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #422BD0 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 43 208 -
CMYK 0.68 0.79 0 0.18
HSL 248.36º 0.66% 0.49% -
HSV(B) 248.36º 0.79% 0.82% -
XYZ 14.5 7.44 60.35 -
YUV 68.69 206.62 126.08 -
System Red Green Blue C M Y K H S L
Decimal 66 43 208 0.68 0.79 0 0.18 248.36 0.66 0.49
Hex 42 2B D0 44 4F 0 12 F8 42 31
Octal 102 53 320 104 117 0 22 370 102 61
Binary 1000010 101011 11010000 1000100 1001111 0 10010 11111000 1000010 110001

Color Harmonies of #422BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422BD0

Black with #422BD0

Text Example


Text Example

White with #422BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,43,208); }

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

background-color css

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

 a { background-color: rgb(66,43,208); }

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

border-color css

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

 span { border-color: rgb(66,43,208); }

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