Html Css Color HEX #4513BD Purple Heart

📋 copy color: '#4513BD'

red 69 ◦ green 19 ◦ blue 189

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

Shades of Purple Heart #4513BD

Tints of Purple Heart #4513BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 68.23%

R = 24.91%
G = 6.86%
B = 68.23%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4513BD (or 0x4513BD) is known color: Purple Heart. HEX triplet: 45, 13 and BD. RGB value is (69,19,189). Sum of RGB (Red+Green+Blue) = 69+19+189=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #4513BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4513BD is #BAEC42. Grayscale: #343434. Windows color (decimal): -12250179 or 12391237. OLE color: 12391237.

HSL color Cylindrical-coordinate representation of color #4513BD: hue angle of 257.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4513BD is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 19 189 -
CMYK 0.63 0.90 0 0.26
HSL 257.65º 0.82% 0.41% -
HSV(B) 257.65º 0.9% 0.74% -
XYZ 11.87 5.41 48.56 -
YUV 53.33 204.57 139.18 -
System Red Green Blue C M Y K H S L
Decimal 69 19 189 0.63 0.90 0 0.26 257.65 0.82 0.41
Hex 45 13 BD 3F 5A 0 1A 102 52 29
Octal 105 23 275 77 132 0 32 402 122 51
Binary 1000101 10011 10111101 111111 1011010 0 11010 100000010 1010010 101001

Color Harmonies of #4513BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4513BD

Black with #4513BD

Text Example


Text Example

White with #4513BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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