Html Css Color HEX #4225CF Purple Heart

📋 copy color: '#4225CF'

red 66 ◦ green 37 ◦ blue 207

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

Shades of Purple Heart #4225CF

Tints of Purple Heart #4225CF

RGB

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

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

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

R = 21.29%
G = 11.94%
B = 66.77%

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

#4225CF (or 0x4225CF) is known color: Purple Heart. HEX triplet: 42, 25 and CF. RGB value is (66,37,207). Sum of RGB (Red+Green+Blue) = 66+37+207=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #4225CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4225CF is #BDDA30. Grayscale: #404040. Windows color (decimal): -12442161 or 13575490. OLE color: 13575490.

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

Color convert

RGB 66 37 207 -
CMYK 0.68 0.82 0 0.19
HSL 250.24º 0.7% 0.48% -
HSV(B) 250.24º 0.82% 0.81% -
XYZ 14.17 6.99 59.63 -
YUV 65.05 208.11 128.68 -
System Red Green Blue C M Y K H S L
Decimal 66 37 207 0.68 0.82 0 0.19 250.24 0.7 0.48
Hex 42 25 CF 44 52 0 13 FA 46 30
Octal 102 45 317 104 122 0 23 372 106 60
Binary 1000010 100101 11001111 1000100 1010010 0 10011 11111010 1000110 110000

Color Harmonies of #4225CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4225CF

Black with #4225CF

Text Example


Text Example

White with #4225CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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