Html Css Color HEX #4519D0 Purple Heart

📋 copy color: '#4519D0'

red 69 ◦ green 25 ◦ blue 208

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

Shades of Purple Heart #4519D0

Tints of Purple Heart #4519D0

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.28%

 BLUE value IS 208 (81.64% from 255) = 68.87%

R = 22.85%
G = 8.28%
B = 68.87%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4519D0 (or 0x4519D0) is known color: Purple Heart. HEX triplet: 45, 19 and D0. RGB value is (69,25,208). Sum of RGB (Red+Green+Blue) = 69+25+208=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 208 (81.64% from 255 or 68.87% from 302); Max value from RGB is 208 - color contains mainly: blue. Hex color #4519D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4519D0 is #BAE62F. Grayscale: #3A3A3A. Windows color (decimal): -12248624 or 13637957. OLE color: 13637957.

HSL color Cylindrical-coordinate representation of color #4519D0: hue angle of 254.43º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4519D0 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 69 25 208 -
CMYK 0.67 0.88 0 0.18
HSL 254.43º 0.79% 0.46% -
HSV(B) 254.43º 0.88% 0.82% -
XYZ 14.19 6.51 60.18 -
YUV 59.02 212.08 135.12 -
System Red Green Blue C M Y K H S L
Decimal 69 25 208 0.67 0.88 0 0.18 254.43 0.79 0.46
Hex 45 19 D0 43 58 0 12 FE 4F 2E
Octal 105 31 320 103 130 0 22 376 117 56
Binary 1000101 11001 11010000 1000011 1011000 0 10010 11111110 1001111 101110

Color Harmonies of #4519D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4519D0

Black with #4519D0

Text Example


Text Example

White with #4519D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4519D0; }

 p { color: rgb(69,25,208); }

 H1.HeaderClassName
 {
   color: #4519D0;
 }
 .AnyTagClassName
 {
   color: #4519D0;
 }
</style>

background-color css

<style>
 a { background-color: #4519D0; }

 a { background-color: rgb(69,25,208); }

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

border-color css

<style>
 span { border-color: #4519D0; }

 span { border-color: rgb(69,25,208); }

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