Html Css Color HEX #4513CB Purple Heart

📋 copy color: '#4513CB'

red 69 ◦ green 19 ◦ blue 203

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

Shades of Purple Heart #4513CB

Tints of Purple Heart #4513CB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.53%

 BLUE value IS 203 (79.69% from 255) = 69.76%

R = 23.71%
G = 6.53%
B = 69.76%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4513CB (or 0x4513CB) is known color: Purple Heart. HEX triplet: 45, 13 and CB. RGB value is (69,19,203). Sum of RGB (Red+Green+Blue) = 69+19+203=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 203 (79.69% from 255 or 69.76% from 291); Max value from RGB is 203 - color contains mainly: blue. Hex color #4513CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4513CB is #BAEC34. Grayscale: #363636. Windows color (decimal): -12250165 or 13308741. OLE color: 13308741.

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

Color convert

RGB 69 19 203 -
CMYK 0.66 0.91 0 0.20
HSL 256.3º 0.83% 0.44% -
HSV(B) 256.3º 0.91% 0.8% -
XYZ 13.47 6.04 56.96 -
YUV 54.93 211.57 138.04 -
System Red Green Blue C M Y K H S L
Decimal 69 19 203 0.66 0.91 0 0.20 256.3 0.83 0.44
Hex 45 13 CB 42 5B 0 14 100 53 2C
Octal 105 23 313 102 133 0 24 400 123 54
Binary 1000101 10011 11001011 1000010 1011011 0 10100 100000000 1010011 101100

Color Harmonies of #4513CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4513CB

Black with #4513CB

Text Example


Text Example

White with #4513CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4513CB; }

 p { color: rgb(69,19,203); }

 H1.HeaderClassName
 {
   color: #4513CB;
 }
 .AnyTagClassName
 {
   color: #4513CB;
 }
</style>

background-color css

<style>
 a { background-color: #4513CB; }

 a { background-color: rgb(69,19,203); }

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

border-color css

<style>
 span { border-color: #4513CB; }

 span { border-color: rgb(69,19,203); }

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