Html Css Color HEX #4524CE Purple Heart

📋 copy color: '#4524CE'

red 69 ◦ green 36 ◦ blue 206

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

Shades of Purple Heart #4524CE

Tints of Purple Heart #4524CE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.58%

 BLUE value IS 206 (80.86% from 255) = 66.24%

R = 22.19%
G = 11.58%
B = 66.24%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4524CE (or 0x4524CE) is known color: Purple Heart. HEX triplet: 45, 24 and CE. RGB value is (69,36,206). Sum of RGB (Red+Green+Blue) = 69+36+206=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #4524CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4524CE is #BADB31. Grayscale: #404040. Windows color (decimal): -12245810 or 13509701. OLE color: 13509701.

HSL color Cylindrical-coordinate representation of color #4524CE: hue angle of 251.65º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4524CE is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 36 206 -
CMYK 0.67 0.83 0 0.19
HSL 251.65º 0.7% 0.47% -
HSV(B) 251.65º 0.83% 0.81% -
XYZ 14.23 6.98 58.99 -
YUV 65.25 207.43 130.68 -
System Red Green Blue C M Y K H S L
Decimal 69 36 206 0.67 0.83 0 0.19 251.65 0.7 0.47
Hex 45 24 CE 43 53 0 13 FC 46 2F
Octal 105 44 316 103 123 0 23 374 106 57
Binary 1000101 100100 11001110 1000011 1010011 0 10011 11111100 1000110 101111

Color Harmonies of #4524CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4524CE

Black with #4524CE

Text Example


Text Example

White with #4524CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4524CE; }

 p { color: rgb(69,36,206); }

 H1.HeaderClassName
 {
   color: #4524CE;
 }
 .AnyTagClassName
 {
   color: #4524CE;
 }
</style>

background-color css

<style>
 a { background-color: #4524CE; }

 a { background-color: rgb(69,36,206); }

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

border-color css

<style>
 span { border-color: #4524CE; }

 span { border-color: rgb(69,36,206); }

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