Html Css Color HEX #4226CE Purple Heart

📋 copy color: '#4226CE'

red 66 ◦ green 38 ◦ blue 206

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

Shades of Purple Heart #4226CE

Tints of Purple Heart #4226CE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

 BLUE value IS 206 (80.86% from 255) = 66.45%

R = 21.29%
G = 12.26%
B = 66.45%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4226CE (or 0x4226CE) is known color: Purple Heart. HEX triplet: 42, 26 and CE. RGB value is (66,38,206). Sum of RGB (Red+Green+Blue) = 66+38+206=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #4226CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4226CE is #BDD931. Grayscale: #404040. Windows color (decimal): -12441906 or 13510210. OLE color: 13510210.

HSL color Cylindrical-coordinate representation of color #4226CE: hue angle of 250º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4226CE is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 38 206 -
CMYK 0.68 0.82 0 0.19
HSL 250º 0.69% 0.48% -
HSV(B) 250º 0.82% 0.81% -
XYZ 14.08 7 59 -
YUV 65.52 207.28 128.34 -
System Red Green Blue C M Y K H S L
Decimal 66 38 206 0.68 0.82 0 0.19 250 0.69 0.48
Hex 42 26 CE 44 52 0 13 FA 45 30
Octal 102 46 316 104 122 0 23 372 105 60
Binary 1000010 100110 11001110 1000100 1010010 0 10011 11111010 1000101 110000

Color Harmonies of #4226CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4226CE

Black with #4226CE

Text Example


Text Example

White with #4226CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4226CE; }

 p { color: rgb(66,38,206); }

 H1.HeaderClassName
 {
   color: #4226CE;
 }
 .AnyTagClassName
 {
   color: #4226CE;
 }
</style>

background-color css

<style>
 a { background-color: #4226CE; }

 a { background-color: rgb(66,38,206); }

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

border-color css

<style>
 span { border-color: #4226CE; }

 span { border-color: rgb(66,38,206); }

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