Html Css Color HEX #5315BC Purple Heart

📋 copy color: '#5315BC'

red 83 ◦ green 21 ◦ blue 188

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

Shades of Purple Heart #5315BC

Tints of Purple Heart #5315BC

RGB

 RED value IS 83 (32.81% from 255) = 28.42%

 GREEN value IS 21 (8.59% from 255) = 7.19%

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

R = 28.42%
G = 7.19%
B = 64.38%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5315BC (or 0x5315BC) is known color: Purple Heart. HEX triplet: 53, 15 and BC. RGB value is (83,21,188). Sum of RGB (Red+Green+Blue) = 83+21+188=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #5315BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5315BC is #ACEA43. Grayscale: #393939. Windows color (decimal): -11332164 or 12326227. OLE color: 12326227.

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

Color convert

RGB 83 21 188 -
CMYK 0.56 0.89 0 0.26
HSL 262.28º 0.8% 0.41% -
HSV(B) 262.28º 0.89% 0.74% -
XYZ 12.91 6.01 48.06 -
YUV 58.58 201.04 145.42 -
System Red Green Blue C M Y K H S L
Decimal 83 21 188 0.56 0.89 0 0.26 262.28 0.8 0.41
Hex 53 15 BC 38 59 0 1A 106 50 29
Octal 123 25 274 70 131 0 32 406 120 51
Binary 1010011 10101 10111100 111000 1011001 0 11010 100000110 1010000 101001

Color Harmonies of #5315BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5315BC

Black with #5315BC

Text Example


Text Example

White with #5315BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,21,188); }

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

background-color css

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

 a { background-color: rgb(83,21,188); }

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

border-color css

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

 span { border-color: rgb(83,21,188); }

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