Html Css Color HEX #5835BC Purple Heart

📋 copy color: '#5835BC'

red 88 ◦ green 53 ◦ blue 188

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

Shades of Purple Heart #5835BC

Tints of Purple Heart #5835BC

RGB

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

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

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

R = 26.75%
G = 16.11%
B = 57.14%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5835BC (or 0x5835BC) is known color: Purple Heart. HEX triplet: 58, 35 and BC. RGB value is (88,53,188). Sum of RGB (Red+Green+Blue) = 88+53+188=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #5835BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5835BC is #A7CA43. Grayscale: #4E4E4E. Windows color (decimal): -10996292 or 12334424. OLE color: 12334424.

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

Color convert

RGB 88 53 188 -
CMYK 0.53 0.72 0 0.26
HSL 255.56º 0.56% 0.47% -
HSV(B) 255.56º 0.72% 0.74% -
XYZ 14.37 8.25 48.41 -
YUV 78.86 189.6 134.52 -
System Red Green Blue C M Y K H S L
Decimal 88 53 188 0.53 0.72 0 0.26 255.56 0.56 0.47
Hex 58 35 BC 35 48 0 1A 100 38 2F
Octal 130 65 274 65 110 0 32 400 70 57
Binary 1011000 110101 10111100 110101 1001000 0 11010 100000000 111000 101111

Color Harmonies of #5835BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5835BC

Black with #5835BC

Text Example


Text Example

White with #5835BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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