Html Css Color HEX #4515BE Purple Heart

📋 copy color: '#4515BE'

red 69 ◦ green 21 ◦ blue 190

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

Shades of Purple Heart #4515BE

Tints of Purple Heart #4515BE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.5%

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

R = 24.64%
G = 7.5%
B = 67.86%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4515BE (or 0x4515BE) is known color: Purple Heart. HEX triplet: 45, 15 and BE. RGB value is (69,21,190). Sum of RGB (Red+Green+Blue) = 69+21+190=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #4515BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4515BE is #BAEA41. Grayscale: #353535. Windows color (decimal): -12249666 or 12457285. OLE color: 12457285.

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

Color convert

RGB 69 21 190 -
CMYK 0.64 0.89 0 0.25
HSL 257.04º 0.8% 0.41% -
HSV(B) 257.04º 0.89% 0.75% -
XYZ 12.02 5.52 49.15 -
YUV 54.62 204.4 138.26 -
System Red Green Blue C M Y K H S L
Decimal 69 21 190 0.64 0.89 0 0.25 257.04 0.8 0.41
Hex 45 15 BE 40 59 0 19 101 50 29
Octal 105 25 276 100 131 0 31 401 120 51
Binary 1000101 10101 10111110 1000000 1011001 0 11001 100000001 1010000 101001

Color Harmonies of #4515BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4515BE

Black with #4515BE

Text Example


Text Example

White with #4515BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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