Html Css Color HEX #5230BB Purple Heart

📋 copy color: '#5230BB'

red 82 ◦ green 48 ◦ blue 187

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

Shades of Purple Heart #5230BB

Tints of Purple Heart #5230BB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.14%

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

R = 25.87%
G = 15.14%
B = 58.99%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5230BB (or 0x5230BB) is known color: Purple Heart. HEX triplet: 52, 30 and BB. RGB value is (82,48,187). Sum of RGB (Red+Green+Blue) = 82+48+187=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #5230BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5230BB is #ADCF44. Grayscale: #494949. Windows color (decimal): -11390789 or 12267602. OLE color: 12267602.

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

Color convert

RGB 82 48 187 -
CMYK 0.56 0.74 0 0.27
HSL 254.68º 0.59% 0.46% -
HSV(B) 254.68º 0.74% 0.73% -
XYZ 13.51 7.5 47.75 -
YUV 74.01 191.76 133.7 -
System Red Green Blue C M Y K H S L
Decimal 82 48 187 0.56 0.74 0 0.27 254.68 0.59 0.46
Hex 52 30 BB 38 4A 0 1B FF 3B 2E
Octal 122 60 273 70 112 0 33 377 73 56
Binary 1010010 110000 10111011 111000 1001010 0 11011 11111111 111011 101110

Color Harmonies of #5230BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5230BB

Black with #5230BB

Text Example


Text Example

White with #5230BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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