Html Css Color HEX #5C31BE Purple Heart

📋 copy color: '#5C31BE'

red 92 ◦ green 49 ◦ blue 190

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

Shades of Purple Heart #5C31BE

Tints of Purple Heart #5C31BE

RGB

 RED value IS 92 (36.33% from 255) = 27.79%

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

 BLUE value IS 190 (74.61% from 255) = 57.4%

R = 27.79%
G = 14.8%
B = 57.4%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5C31BE (or 0x5C31BE) is known color: Purple Heart. HEX triplet: 5C, 31 and BE. RGB value is (92,49,190). Sum of RGB (Red+Green+Blue) = 92+49+190=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C31BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C31BE is #A3CE41. Grayscale: #4D4D4D. Windows color (decimal): -10735170 or 12464476. OLE color: 12464476.

HSL color Cylindrical-coordinate representation of color #5C31BE: hue angle of 258.3º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C31BE is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 49 190 -
CMYK 0.52 0.74 0 0.25
HSL 258.3º 0.59% 0.47% -
HSV(B) 258.3º 0.74% 0.75% -
XYZ 14.81 8.19 49.52 -
YUV 77.93 191.25 138.04 -
System Red Green Blue C M Y K H S L
Decimal 92 49 190 0.52 0.74 0 0.25 258.3 0.59 0.47
Hex 5C 31 BE 34 4A 0 19 102 3B 2F
Octal 134 61 276 64 112 0 31 402 73 57
Binary 1011100 110001 10111110 110100 1001010 0 11001 100000010 111011 101111

Color Harmonies of #5C31BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C31BE

Black with #5C31BE

Text Example


Text Example

White with #5C31BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C31BE; }

 p { color: rgb(92,49,190); }

 H1.HeaderClassName
 {
   color: #5C31BE;
 }
 .AnyTagClassName
 {
   color: #5C31BE;
 }
</style>

background-color css

<style>
 a { background-color: #5C31BE; }

 a { background-color: rgb(92,49,190); }

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

border-color css

<style>
 span { border-color: #5C31BE; }

 span { border-color: rgb(92,49,190); }

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