Html Css Color HEX #4515CA Purple Heart

📋 copy color: '#4515CA'

red 69 ◦ green 21 ◦ blue 202

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

Shades of Purple Heart #4515CA

Tints of Purple Heart #4515CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 69.18%

R = 23.63%
G = 7.19%
B = 69.18%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4515CA (or 0x4515CA) is known color: Purple Heart. HEX triplet: 45, 15 and CA. RGB value is (69,21,202). Sum of RGB (Red+Green+Blue) = 69+21+202=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 202 (79.30% from 255 or 69.18% from 292); Max value from RGB is 202 - color contains mainly: blue. Hex color #4515CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4515CA is #BAEA35. Grayscale: #373737. Windows color (decimal): -12249654 or 13243717. OLE color: 13243717.

HSL color Cylindrical-coordinate representation of color #4515CA: hue angle of 255.91º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4515CA is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 69 21 202 -
CMYK 0.66 0.90 0 0.21
HSL 255.91º 0.81% 0.44% -
HSV(B) 255.91º 0.9% 0.79% -
XYZ 13.38 6.07 56.34 -
YUV 55.99 210.4 137.28 -
System Red Green Blue C M Y K H S L
Decimal 69 21 202 0.66 0.90 0 0.21 255.91 0.81 0.44
Hex 45 15 CA 42 5A 0 15 100 51 2C
Octal 105 25 312 102 132 0 25 400 121 54
Binary 1000101 10101 11001010 1000010 1011010 0 10101 100000000 1010001 101100

Color Harmonies of #4515CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4515CA

Black with #4515CA

Text Example


Text Example

White with #4515CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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