Html Css Color HEX #5232C4 Purple Heart

📋 copy color: '#5232C4'

red 82 ◦ green 50 ◦ blue 196

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

Shades of Purple Heart #5232C4

Tints of Purple Heart #5232C4

RGB

 RED value IS 82 (32.42% from 255) = 25%

 GREEN value IS 50 (19.92% from 255) = 15.24%

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

R = 25%
G = 15.24%
B = 59.76%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5232C4 (or 0x5232C4) is known color: Purple Heart. HEX triplet: 52, 32 and C4. RGB value is (82,50,196). Sum of RGB (Red+Green+Blue) = 82+50+196=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 196 (76.95% from 255 or 59.76% from 328); Max value from RGB is 196 - color contains mainly: blue. Hex color #5232C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5232C4 is #ADCD3B. Grayscale: #4B4B4B. Windows color (decimal): -11390268 or 12857938. OLE color: 12857938.

HSL color Cylindrical-coordinate representation of color #5232C4: hue angle of 253.15º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5232C4 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 50 196 -
CMYK 0.58 0.74 0 0.23
HSL 253.15º 0.59% 0.48% -
HSV(B) 253.15º 0.74% 0.77% -
XYZ 14.58 8.06 53.01 -
YUV 76.21 195.6 132.13 -
System Red Green Blue C M Y K H S L
Decimal 82 50 196 0.58 0.74 0 0.23 253.15 0.59 0.48
Hex 52 32 C4 3A 4A 0 17 FD 3B 30
Octal 122 62 304 72 112 0 27 375 73 60
Binary 1010010 110010 11000100 111010 1001010 0 10111 11111101 111011 110000

Color Harmonies of #5232C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5232C4

Black with #5232C4

Text Example


Text Example

White with #5232C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,50,196); }

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

background-color css

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

 a { background-color: rgb(82,50,196); }

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

border-color css

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

 span { border-color: rgb(82,50,196); }

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