Html Css Color HEX #4513BE Purple Heart

📋 copy color: '#4513BE'

red 69 ◦ green 19 ◦ blue 190

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

Shades of Purple Heart #4513BE

Tints of Purple Heart #4513BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 68.35%

R = 24.82%
G = 6.83%
B = 68.35%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4513BE (or 0x4513BE) is known color: Purple Heart. HEX triplet: 45, 13 and BE. RGB value is (69,19,190). Sum of RGB (Red+Green+Blue) = 69+19+190=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #4513BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4513BE is #BAEC41. Grayscale: #343434. Windows color (decimal): -12250178 or 12456773. OLE color: 12456773.

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

Color convert

RGB 69 19 190 -
CMYK 0.64 0.90 0 0.25
HSL 257.54º 0.82% 0.41% -
HSV(B) 257.54º 0.9% 0.75% -
XYZ 11.98 5.45 49.14 -
YUV 53.44 205.07 139.1 -
System Red Green Blue C M Y K H S L
Decimal 69 19 190 0.64 0.90 0 0.25 257.54 0.82 0.41
Hex 45 13 BE 40 5A 0 19 102 52 29
Octal 105 23 276 100 132 0 31 402 122 51
Binary 1000101 10011 10111110 1000000 1011010 0 11001 100000010 1010010 101001

Color Harmonies of #4513BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4513BE

Black with #4513BE

Text Example


Text Example

White with #4513BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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