Html Css Color HEX #4227CD Purple Heart

📋 copy color: '#4227CD'

red 66 ◦ green 39 ◦ blue 205

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

Shades of Purple Heart #4227CD

Tints of Purple Heart #4227CD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.58%

 BLUE value IS 205 (80.47% from 255) = 66.13%

R = 21.29%
G = 12.58%
B = 66.13%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4227CD (or 0x4227CD) is known color: Purple Heart. HEX triplet: 42, 27 and CD. RGB value is (66,39,205). Sum of RGB (Red+Green+Blue) = 66+39+205=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #4227CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4227CD is #BDD832. Grayscale: #414141. Windows color (decimal): -12441651 or 13444930. OLE color: 13444930.

HSL color Cylindrical-coordinate representation of color #4227CD: hue angle of 249.76º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4227CD is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 39 205 -
CMYK 0.68 0.81 0 0.20
HSL 249.76º 0.68% 0.48% -
HSV(B) 249.76º 0.81% 0.8% -
XYZ 13.99 7.02 58.37 -
YUV 66 206.45 128 -
System Red Green Blue C M Y K H S L
Decimal 66 39 205 0.68 0.81 0 0.20 249.76 0.68 0.48
Hex 42 27 CD 44 51 0 14 FA 44 30
Octal 102 47 315 104 121 0 24 372 104 60
Binary 1000010 100111 11001101 1000100 1010001 0 10100 11111010 1000100 110000

Color Harmonies of #4227CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4227CD

Black with #4227CD

Text Example


Text Example

White with #4227CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4227CD; }

 p { color: rgb(66,39,205); }

 H1.HeaderClassName
 {
   color: #4227CD;
 }
 .AnyTagClassName
 {
   color: #4227CD;
 }
</style>

background-color css

<style>
 a { background-color: #4227CD; }

 a { background-color: rgb(66,39,205); }

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

border-color css

<style>
 span { border-color: #4227CD; }

 span { border-color: rgb(66,39,205); }

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