Html Css Color HEX #4511CE Purple Heart

📋 copy color: '#4511CE'

red 69 ◦ green 17 ◦ blue 206

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

Shades of Purple Heart #4511CE

Tints of Purple Heart #4511CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.55%

R = 23.63%
G = 5.82%
B = 70.55%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4511CE (or 0x4511CE) is known color: Purple Heart. HEX triplet: 45, 11 and CE. RGB value is (69,17,206). Sum of RGB (Red+Green+Blue) = 69+17+206=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #4511CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4511CE is #BAEE31. Grayscale: #353535. Windows color (decimal): -12250674 or 13504837. OLE color: 13504837.

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

Color convert

RGB 69 17 206 -
CMYK 0.67 0.92 0 0.19
HSL 256.51º 0.85% 0.44% -
HSV(B) 256.51º 0.92% 0.81% -
XYZ 13.8 6.12 58.85 -
YUV 54.09 213.73 138.63 -
System Red Green Blue C M Y K H S L
Decimal 69 17 206 0.67 0.92 0 0.19 256.51 0.85 0.44
Hex 45 11 CE 43 5C 0 13 101 55 2C
Octal 105 21 316 103 134 0 23 401 125 54
Binary 1000101 10001 11001110 1000011 1011100 0 10011 100000001 1010101 101100

Color Harmonies of #4511CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4511CE

Black with #4511CE

Text Example


Text Example

White with #4511CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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