Html Css Color HEX #5232CA Purple Heart

📋 copy color: '#5232CA'

red 82 ◦ green 50 ◦ blue 202

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

Shades of Purple Heart #5232CA

Tints of Purple Heart #5232CA

RGB

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

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

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

R = 24.55%
G = 14.97%
B = 60.48%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5232CA (or 0x5232CA) is known color: Purple Heart. HEX triplet: 52, 32 and CA. RGB value is (82,50,202). Sum of RGB (Red+Green+Blue) = 82+50+202=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #5232CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5232CA is #ADCD35. Grayscale: #4C4C4C. Windows color (decimal): -11390262 or 13251154. OLE color: 13251154.

HSL color Cylindrical-coordinate representation of color #5232CA: hue angle of 252.63º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5232CA is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 50 202 -
CMYK 0.59 0.75 0 0.21
HSL 252.63º 0.6% 0.49% -
HSV(B) 252.63º 0.75% 0.79% -
XYZ 15.28 8.34 56.68 -
YUV 76.9 198.6 131.64 -
System Red Green Blue C M Y K H S L
Decimal 82 50 202 0.59 0.75 0 0.21 252.63 0.6 0.49
Hex 52 32 CA 3B 4B 0 15 FD 3C 31
Octal 122 62 312 73 113 0 25 375 74 61
Binary 1010010 110010 11001010 111011 1001011 0 10101 11111101 111100 110001

Color Harmonies of #5232CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5232CA

Black with #5232CA

Text Example


Text Example

White with #5232CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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