Html Css Color HEX #5825BC Purple Heart

📋 copy color: '#5825BC'

red 88 ◦ green 37 ◦ blue 188

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

Shades of Purple Heart #5825BC

Tints of Purple Heart #5825BC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.82%

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

R = 28.12%
G = 11.82%
B = 60.06%

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

#5825BC (or 0x5825BC) is known color: Purple Heart. HEX triplet: 58, 25 and BC. RGB value is (88,37,188). Sum of RGB (Red+Green+Blue) = 88+37+188=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #5825BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5825BC is #A7DA43. Grayscale: #444444. Windows color (decimal): -11000388 or 12330328. OLE color: 12330328.

HSL color Cylindrical-coordinate representation of color #5825BC: hue angle of 260.26º degrees, saturation: 0.67, 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 #5825BC is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 37 188 -
CMYK 0.53 0.80 0 0.26
HSL 260.26º 0.67% 0.44% -
HSV(B) 260.26º 0.8% 0.74% -
XYZ 13.76 7.03 48.21 -
YUV 69.46 194.9 141.22 -
System Red Green Blue C M Y K H S L
Decimal 88 37 188 0.53 0.80 0 0.26 260.26 0.67 0.44
Hex 58 25 BC 35 50 0 1A 104 43 2C
Octal 130 45 274 65 120 0 32 404 103 54
Binary 1011000 100101 10111100 110101 1010000 0 11010 100000100 1000011 101100

Color Harmonies of #5825BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5825BC

Black with #5825BC

Text Example


Text Example

White with #5825BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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