Html Css Color HEX #5F15BC Purple Heart

📋 copy color: '#5F15BC'

red 95 ◦ green 21 ◦ blue 188

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

Shades of Purple Heart #5F15BC

Tints of Purple Heart #5F15BC

RGB

 RED value IS 95 (37.5% from 255) = 31.25%

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

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

R = 31.25%
G = 6.91%
B = 61.84%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5F15BC (or 0x5F15BC) is known color: Purple Heart. HEX triplet: 5F, 15 and BC. RGB value is (95,21,188). Sum of RGB (Red+Green+Blue) = 95+21+188=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F15BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F15BC is #A0EA43. Grayscale: #3D3D3D. Windows color (decimal): -10545732 or 12326239. OLE color: 12326239.

HSL color Cylindrical-coordinate representation of color #5F15BC: hue angle of 266.59º 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 #5F15BC is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 21 188 -
CMYK 0.49 0.89 0 0.26
HSL 266.59º 0.8% 0.41% -
HSV(B) 266.59º 0.89% 0.74% -
XYZ 14.06 6.6 48.11 -
YUV 62.16 199.02 151.42 -
System Red Green Blue C M Y K H S L
Decimal 95 21 188 0.49 0.89 0 0.26 266.59 0.8 0.41
Hex 5F 15 BC 31 59 0 1A 10B 50 29
Octal 137 25 274 61 131 0 32 413 120 51
Binary 1011111 10101 10111100 110001 1011001 0 11010 100001011 1010000 101001

Color Harmonies of #5F15BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F15BC

Black with #5F15BC

Text Example


Text Example

White with #5F15BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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