Html Css Color HEX #4524C4 Purple Heart

📋 copy color: '#4524C4'

red 69 ◦ green 36 ◦ blue 196

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

Shades of Purple Heart #4524C4

Tints of Purple Heart #4524C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 65.12%

R = 22.92%
G = 11.96%
B = 65.12%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4524C4 (or 0x4524C4) is known color: Purple Heart. HEX triplet: 45, 24 and C4. RGB value is (69,36,196). Sum of RGB (Red+Green+Blue) = 69+36+196=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 196 (76.95% from 255 or 65.12% from 301); Max value from RGB is 196 - color contains mainly: blue. Hex color #4524C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4524C4 is #BADB3B. Grayscale: #3F3F3F. Windows color (decimal): -12245820 or 12854341. OLE color: 12854341.

HSL color Cylindrical-coordinate representation of color #4524C4: hue angle of 252.38º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4524C4 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 69 36 196 -
CMYK 0.65 0.82 0 0.23
HSL 252.38º 0.69% 0.45% -
HSV(B) 252.38º 0.82% 0.77% -
XYZ 13.05 6.51 52.79 -
YUV 64.11 202.43 131.49 -
System Red Green Blue C M Y K H S L
Decimal 69 36 196 0.65 0.82 0 0.23 252.38 0.69 0.45
Hex 45 24 C4 41 52 0 17 FC 45 2D
Octal 105 44 304 101 122 0 27 374 105 55
Binary 1000101 100100 11000100 1000001 1010010 0 10111 11111100 1000101 101101

Color Harmonies of #4524C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4524C4

Black with #4524C4

Text Example


Text Example

White with #4524C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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