Html Css Color HEX #5232CE Purple Heart

📋 copy color: '#5232CE'

red 82 ◦ green 50 ◦ blue 206

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

Shades of Purple Heart #5232CE

Tints of Purple Heart #5232CE

RGB

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

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

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

R = 24.26%
G = 14.79%
B = 60.95%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5232CE (or 0x5232CE) is known color: Purple Heart. HEX triplet: 52, 32 and CE. RGB value is (82,50,206). Sum of RGB (Red+Green+Blue) = 82+50+206=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #5232CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5232CE is #ADCD31. Grayscale: #4C4C4C. Windows color (decimal): -11390258 or 13513298. OLE color: 13513298.

HSL color Cylindrical-coordinate representation of color #5232CE: hue angle of 252.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5232CE is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 50 206 -
CMYK 0.60 0.76 0 0.19
HSL 252.31º 0.61% 0.5% -
HSV(B) 252.31º 0.76% 0.81% -
XYZ 15.76 8.53 59.21 -
YUV 77.35 200.6 131.32 -
System Red Green Blue C M Y K H S L
Decimal 82 50 206 0.60 0.76 0 0.19 252.31 0.61 0.5
Hex 52 32 CE 3C 4C 0 13 FC 3D 32
Octal 122 62 316 74 114 0 23 374 75 62
Binary 1010010 110010 11001110 111100 1001100 0 10011 11111100 111101 110010

Color Harmonies of #5232CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5232CE

Black with #5232CE

Text Example


Text Example

White with #5232CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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