Html Css Color HEX #5235BB Purple Heart

📋 copy color: '#5235BB'

red 82 ◦ green 53 ◦ blue 187

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

Shades of Purple Heart #5235BB

Tints of Purple Heart #5235BB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.46%

 BLUE value IS 187 (73.44% from 255) = 58.07%

R = 25.47%
G = 16.46%
B = 58.07%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5235BB (or 0x5235BB) is known color: Purple Heart. HEX triplet: 52, 35 and BB. RGB value is (82,53,187). Sum of RGB (Red+Green+Blue) = 82+53+187=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #5235BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5235BB is #ADCA44. Grayscale: #4C4C4C. Windows color (decimal): -11389509 or 12268882. OLE color: 12268882.

HSL color Cylindrical-coordinate representation of color #5235BB: hue angle of 252.99º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5235BB is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 53 187 -
CMYK 0.56 0.72 0 0.27
HSL 252.99º 0.56% 0.47% -
HSV(B) 252.99º 0.72% 0.73% -
XYZ 13.72 7.93 47.82 -
YUV 76.95 190.11 131.6 -
System Red Green Blue C M Y K H S L
Decimal 82 53 187 0.56 0.72 0 0.27 252.99 0.56 0.47
Hex 52 35 BB 38 48 0 1B FD 38 2F
Octal 122 65 273 70 110 0 33 375 70 57
Binary 1010010 110101 10111011 111000 1001000 0 11011 11111101 111000 101111

Color Harmonies of #5235BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5235BB

Black with #5235BB

Text Example


Text Example

White with #5235BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5235BB; }

 p { color: rgb(82,53,187); }

 H1.HeaderClassName
 {
   color: #5235BB;
 }
 .AnyTagClassName
 {
   color: #5235BB;
 }
</style>

background-color css

<style>
 a { background-color: #5235BB; }

 a { background-color: rgb(82,53,187); }

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

border-color css

<style>
 span { border-color: #5235BB; }

 span { border-color: rgb(82,53,187); }

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