Html Css Color HEX #422FD0 Purple Heart

📋 copy color: '#422FD0'

red 66 ◦ green 47 ◦ blue 208

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

Shades of Purple Heart #422FD0

Tints of Purple Heart #422FD0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.64%

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

R = 20.56%
G = 14.64%
B = 64.8%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#422FD0 (or 0x422FD0) is known color: Purple Heart. HEX triplet: 42, 2F and D0. RGB value is (66,47,208). Sum of RGB (Red+Green+Blue) = 66+47+208=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 208 (81.64% from 255 or 64.80% from 321); Max value from RGB is 208 - color contains mainly: blue. Hex color #422FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422FD0 is #BDD02F. Grayscale: #464646. Windows color (decimal): -12439600 or 13643586. OLE color: 13643586.

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

Color convert

RGB 66 47 208 -
CMYK 0.68 0.77 0 0.18
HSL 247.08º 0.63% 0.5% -
HSV(B) 247.08º 0.77% 0.82% -
XYZ 14.65 7.75 60.4 -
YUV 71.04 205.29 124.41 -
System Red Green Blue C M Y K H S L
Decimal 66 47 208 0.68 0.77 0 0.18 247.08 0.63 0.5
Hex 42 2F D0 44 4D 0 12 F7 3F 32
Octal 102 57 320 104 115 0 22 367 77 62
Binary 1000010 101111 11010000 1000100 1001101 0 10010 11110111 111111 110010

Color Harmonies of #422FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422FD0

Black with #422FD0

Text Example


Text Example

White with #422FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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