Html Css Color HEX #5826BC Purple Heart

📋 copy color: '#5826BC'

red 88 ◦ green 38 ◦ blue 188

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

Shades of Purple Heart #5826BC

Tints of Purple Heart #5826BC

RGB

 RED value IS 88 (34.77% from 255) = 28.03%

 GREEN value IS 38 (15.23% from 255) = 12.1%

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

R = 28.03%
G = 12.1%
B = 59.87%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5826BC (or 0x5826BC) is known color: Purple Heart. HEX triplet: 58, 26 and BC. RGB value is (88,38,188). Sum of RGB (Red+Green+Blue) = 88+38+188=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #5826BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5826BC is #A7D943. Grayscale: #454545. Windows color (decimal): -11000132 or 12330584. OLE color: 12330584.

HSL color Cylindrical-coordinate representation of color #5826BC: hue angle of 260º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5826BC is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 38 188 -
CMYK 0.53 0.80 0 0.26
HSL 260º 0.66% 0.44% -
HSV(B) 260º 0.8% 0.74% -
XYZ 13.79 7.09 48.22 -
YUV 70.05 194.57 140.8 -
System Red Green Blue C M Y K H S L
Decimal 88 38 188 0.53 0.80 0 0.26 260 0.66 0.44
Hex 58 26 BC 35 50 0 1A 104 42 2C
Octal 130 46 274 65 120 0 32 404 102 54
Binary 1011000 100110 10111100 110101 1010000 0 11010 100000100 1000010 101100

Color Harmonies of #5826BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5826BC

Black with #5826BC

Text Example


Text Example

White with #5826BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,38,188); }

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

background-color css

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

 a { background-color: rgb(88,38,188); }

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

border-color css

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

 span { border-color: rgb(88,38,188); }

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