Html Css Color HEX #4524CB Purple Heart

📋 copy color: '#4524CB'

red 69 ◦ green 36 ◦ blue 203

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

Shades of Purple Heart #4524CB

Tints of Purple Heart #4524CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.91%

R = 22.4%
G = 11.69%
B = 65.91%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4524CB (or 0x4524CB) is known color: Purple Heart. HEX triplet: 45, 24 and CB. RGB value is (69,36,203). Sum of RGB (Red+Green+Blue) = 69+36+203=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #4524CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4524CB is #BADB34. Grayscale: #404040. Windows color (decimal): -12245813 or 13313093. OLE color: 13313093.

HSL color Cylindrical-coordinate representation of color #4524CB: hue angle of 251.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4524CB is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 36 203 -
CMYK 0.66 0.82 0 0.20
HSL 251.86º 0.7% 0.47% -
HSV(B) 251.86º 0.82% 0.8% -
XYZ 13.86 6.84 57.09 -
YUV 64.91 205.93 130.92 -
System Red Green Blue C M Y K H S L
Decimal 69 36 203 0.66 0.82 0 0.20 251.86 0.7 0.47
Hex 45 24 CB 42 52 0 14 FC 46 2F
Octal 105 44 313 102 122 0 24 374 106 57
Binary 1000101 100100 11001011 1000010 1010010 0 10100 11111100 1000110 101111

Color Harmonies of #4524CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4524CB

Black with #4524CB

Text Example


Text Example

White with #4524CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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