Html Css Color HEX #4217CC Purple Heart

📋 copy color: '#4217CC'

red 66 ◦ green 23 ◦ blue 204

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

Shades of Purple Heart #4217CC

Tints of Purple Heart #4217CC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.85%

 BLUE value IS 204 (80.08% from 255) = 69.62%

R = 22.53%
G = 7.85%
B = 69.62%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4217CC (or 0x4217CC) is known color: Purple Heart. HEX triplet: 42, 17 and CC. RGB value is (66,23,204). Sum of RGB (Red+Green+Blue) = 66+23+204=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #4217CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4217CC is #BDE833. Grayscale: #373737. Windows color (decimal): -12445748 or 13375298. OLE color: 13375298.

HSL color Cylindrical-coordinate representation of color #4217CC: hue angle of 254.25º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4217CC is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 23 204 -
CMYK 0.68 0.89 0 0.2
HSL 254.25º 0.8% 0.45% -
HSV(B) 254.25º 0.89% 0.8% -
XYZ 13.45 6.13 57.6 -
YUV 56.49 211.25 134.78 -
System Red Green Blue C M Y K H S L
Decimal 66 23 204 0.68 0.89 0 0.2 254.25 0.8 0.45
Hex 42 17 CC 44 59 0 14 FE 50 2D
Octal 102 27 314 104 131 0 24 376 120 55
Binary 1000010 10111 11001100 1000100 1011001 0 10100 11111110 1010000 101101

Color Harmonies of #4217CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4217CC

Black with #4217CC

Text Example


Text Example

White with #4217CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4217CC; }

 p { color: rgb(66,23,204); }

 H1.HeaderClassName
 {
   color: #4217CC;
 }
 .AnyTagClassName
 {
   color: #4217CC;
 }
</style>

background-color css

<style>
 a { background-color: #4217CC; }

 a { background-color: rgb(66,23,204); }

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

border-color css

<style>
 span { border-color: #4217CC; }

 span { border-color: rgb(66,23,204); }

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