Html Css Color HEX #4517CD Purple Heart

📋 copy color: '#4517CD'

red 69 ◦ green 23 ◦ blue 205

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

Shades of Purple Heart #4517CD

Tints of Purple Heart #4517CD

RGB

 RED value IS 69 (27.34% from 255) = 23.23%

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

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

R = 23.23%
G = 7.74%
B = 69.02%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4517CD (or 0x4517CD) is known color: Purple Heart. HEX triplet: 45, 17 and CD. RGB value is (69,23,205). Sum of RGB (Red+Green+Blue) = 69+23+205=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #4517CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4517CD is #BAE832. Grayscale: #383838. Windows color (decimal): -12249139 or 13440837. OLE color: 13440837.

HSL color Cylindrical-coordinate representation of color #4517CD: hue angle of 255.16º 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 #4517CD is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 23 205 -
CMYK 0.66 0.89 0 0.20
HSL 255.16º 0.8% 0.45% -
HSV(B) 255.16º 0.89% 0.8% -
XYZ 13.78 6.29 58.24 -
YUV 57.5 211.24 136.2 -
System Red Green Blue C M Y K H S L
Decimal 69 23 205 0.66 0.89 0 0.20 255.16 0.8 0.45
Hex 45 17 CD 42 59 0 14 FF 50 2D
Octal 105 27 315 102 131 0 24 377 120 55
Binary 1000101 10111 11001101 1000010 1011001 0 10100 11111111 1010000 101101

Color Harmonies of #4517CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4517CD

Black with #4517CD

Text Example


Text Example

White with #4517CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,23,205); }

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

background-color css

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

 a { background-color: rgb(69,23,205); }

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

border-color css

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

 span { border-color: rgb(69,23,205); }

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