Html Css Color HEX #5831CD Purple Heart

📋 copy color: '#5831CD'

red 88 ◦ green 49 ◦ blue 205

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

Shades of Purple Heart #5831CD

Tints of Purple Heart #5831CD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.33%

 BLUE value IS 205 (80.47% from 255) = 59.94%

R = 25.73%
G = 14.33%
B = 59.94%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5831CD (or 0x5831CD) is known color: Purple Heart. HEX triplet: 58, 31 and CD. RGB value is (88,49,205). Sum of RGB (Red+Green+Blue) = 88+49+205=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #5831CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5831CD is #A7CE32. Grayscale: #4D4D4D. Windows color (decimal): -10997299 or 13447512. OLE color: 13447512.

HSL color Cylindrical-coordinate representation of color #5831CD: hue angle of 255º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5831CD is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 49 205 -
CMYK 0.57 0.76 0 0.20
HSL 255º 0.61% 0.5% -
HSV(B) 255º 0.76% 0.8% -
XYZ 16.14 8.68 58.58 -
YUV 78.45 199.42 134.82 -
System Red Green Blue C M Y K H S L
Decimal 88 49 205 0.57 0.76 0 0.20 255 0.61 0.5
Hex 58 31 CD 39 4C 0 14 FF 3D 32
Octal 130 61 315 71 114 0 24 377 75 62
Binary 1011000 110001 11001101 111001 1001100 0 10100 11111111 111101 110010

Color Harmonies of #5831CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5831CD

Black with #5831CD

Text Example


Text Example

White with #5831CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5831CD; }

 p { color: rgb(88,49,205); }

 H1.HeaderClassName
 {
   color: #5831CD;
 }
 .AnyTagClassName
 {
   color: #5831CD;
 }
</style>

background-color css

<style>
 a { background-color: #5831CD; }

 a { background-color: rgb(88,49,205); }

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

border-color css

<style>
 span { border-color: #5831CD; }

 span { border-color: rgb(88,49,205); }

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