Html Css Color HEX #5223BC Purple Heart

📋 copy color: '#5223BC'

red 82 ◦ green 35 ◦ blue 188

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

Shades of Purple Heart #5223BC

Tints of Purple Heart #5223BC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.48%

 BLUE value IS 188 (73.83% from 255) = 61.64%

R = 26.89%
G = 11.48%
B = 61.64%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5223BC (or 0x5223BC) is known color: Purple Heart. HEX triplet: 52, 23 and BC. RGB value is (82,35,188). Sum of RGB (Red+Green+Blue) = 82+35+188=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #5223BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5223BC is #ADDC43. Grayscale: #414141. Windows color (decimal): -11394116 or 12329810. OLE color: 12329810.

HSL color Cylindrical-coordinate representation of color #5223BC: hue angle of 258.43º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5223BC is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 35 188 -
CMYK 0.56 0.81 0 0.26
HSL 258.43º 0.69% 0.44% -
HSV(B) 258.43º 0.81% 0.74% -
XYZ 13.16 6.63 48.16 -
YUV 66.5 196.57 139.06 -
System Red Green Blue C M Y K H S L
Decimal 82 35 188 0.56 0.81 0 0.26 258.43 0.69 0.44
Hex 52 23 BC 38 51 0 1A 102 45 2C
Octal 122 43 274 70 121 0 32 402 105 54
Binary 1010010 100011 10111100 111000 1010001 0 11010 100000010 1000101 101100

Color Harmonies of #5223BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5223BC

Black with #5223BC

Text Example


Text Example

White with #5223BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5223BC; }

 p { color: rgb(82,35,188); }

 H1.HeaderClassName
 {
   color: #5223BC;
 }
 .AnyTagClassName
 {
   color: #5223BC;
 }
</style>

background-color css

<style>
 a { background-color: #5223BC; }

 a { background-color: rgb(82,35,188); }

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

border-color css

<style>
 span { border-color: #5223BC; }

 span { border-color: rgb(82,35,188); }

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