Html Css Color HEX #422ECF Purple Heart

📋 copy color: '#422ECF'

red 66 ◦ green 46 ◦ blue 207

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

Shades of Purple Heart #422ECF

Tints of Purple Heart #422ECF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.42%

 BLUE value IS 207 (81.25% from 255) = 64.89%

R = 20.69%
G = 14.42%
B = 64.89%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#422ECF (or 0x422ECF) is known color: Purple Heart. HEX triplet: 42, 2E and CF. RGB value is (66,46,207). Sum of RGB (Red+Green+Blue) = 66+46+207=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #422ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422ECF is #BDD130. Grayscale: #454545. Windows color (decimal): -12439857 or 13577794. OLE color: 13577794.

HSL color Cylindrical-coordinate representation of color #422ECF: hue angle of 247.45º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #422ECF is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 46 207 -
CMYK 0.68 0.78 0 0.19
HSL 247.45º 0.64% 0.5% -
HSV(B) 247.45º 0.78% 0.81% -
XYZ 14.49 7.62 59.74 -
YUV 70.33 205.13 124.91 -
System Red Green Blue C M Y K H S L
Decimal 66 46 207 0.68 0.78 0 0.19 247.45 0.64 0.5
Hex 42 2E CF 44 4E 0 13 F7 40 32
Octal 102 56 317 104 116 0 23 367 100 62
Binary 1000010 101110 11001111 1000100 1001110 0 10011 11110111 1000000 110010

Color Harmonies of #422ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422ECF

Black with #422ECF

Text Example


Text Example

White with #422ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,46,207); }

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

background-color css

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

 a { background-color: rgb(66,46,207); }

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

border-color css

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

 span { border-color: rgb(66,46,207); }

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