Html Css Color HEX #4511CD Purple Heart

📋 copy color: '#4511CD'

red 69 ◦ green 17 ◦ blue 205

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

Shades of Purple Heart #4511CD

Tints of Purple Heart #4511CD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.84%

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

R = 23.71%
G = 5.84%
B = 70.45%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4511CD (or 0x4511CD) is known color: Purple Heart. HEX triplet: 45, 11 and CD. RGB value is (69,17,205). Sum of RGB (Red+Green+Blue) = 69+17+205=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #4511CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4511CD is #BAEE32. Grayscale: #353535. Windows color (decimal): -12250675 or 13439301. OLE color: 13439301.

HSL color Cylindrical-coordinate representation of color #4511CD: hue angle of 256.6º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4511CD is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 17 205 -
CMYK 0.66 0.92 0 0.20
HSL 256.6º 0.85% 0.44% -
HSV(B) 256.6º 0.92% 0.8% -
XYZ 13.67 6.07 58.21 -
YUV 53.98 213.23 138.71 -
System Red Green Blue C M Y K H S L
Decimal 69 17 205 0.66 0.92 0 0.20 256.6 0.85 0.44
Hex 45 11 CD 42 5C 0 14 101 55 2C
Octal 105 21 315 102 134 0 24 401 125 54
Binary 1000101 10001 11001101 1000010 1011100 0 10100 100000001 1010101 101100

Color Harmonies of #4511CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4511CD

Black with #4511CD

Text Example


Text Example

White with #4511CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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