Html Css Color HEX #4225CE Purple Heart

📋 copy color: '#4225CE'

red 66 ◦ green 37 ◦ blue 206

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

Shades of Purple Heart #4225CE

Tints of Purple Heart #4225CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.97%

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

R = 21.36%
G = 11.97%
B = 66.67%

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

#4225CE (or 0x4225CE) is known color: Purple Heart. HEX triplet: 42, 25 and CE. RGB value is (66,37,206). Sum of RGB (Red+Green+Blue) = 66+37+206=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #4225CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4225CE is #BDDA31. Grayscale: #404040. Windows color (decimal): -12442162 or 13509954. OLE color: 13509954.

HSL color Cylindrical-coordinate representation of color #4225CE: hue angle of 250.3º degrees, saturation: 0.7, 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 #4225CE is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 37 206 -
CMYK 0.68 0.82 0 0.19
HSL 250.3º 0.7% 0.48% -
HSV(B) 250.3º 0.82% 0.81% -
XYZ 14.05 6.94 58.99 -
YUV 64.94 207.61 128.76 -
System Red Green Blue C M Y K H S L
Decimal 66 37 206 0.68 0.82 0 0.19 250.3 0.7 0.48
Hex 42 25 CE 44 52 0 13 FA 46 30
Octal 102 45 316 104 122 0 23 372 106 60
Binary 1000010 100101 11001110 1000100 1010010 0 10011 11111010 1000110 110000

Color Harmonies of #4225CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4225CE

Black with #4225CE

Text Example


Text Example

White with #4225CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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