Html Css Color HEX #6015BD Purple Heart

📋 copy color: '#6015BD'

red 96 ◦ green 21 ◦ blue 189

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

Shades of Purple Heart #6015BD

Tints of Purple Heart #6015BD

RGB

 RED value IS 96 (37.89% from 255) = 31.37%

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

 BLUE value IS 189 (74.22% from 255) = 61.76%

R = 31.37%
G = 6.86%
B = 61.76%

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

#6015BD (or 0x6015BD) is known color: Purple Heart. HEX triplet: 60, 15 and BD. RGB value is (96,21,189). Sum of RGB (Red+Green+Blue) = 96+21+189=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #6015BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6015BD is #9FEA42. Grayscale: #3D3D3D. Windows color (decimal): -10480195 or 12391776. OLE color: 12391776.

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

Color convert

RGB 96 21 189 -
CMYK 0.49 0.89 0 0.26
HSL 266.79º 0.8% 0.41% -
HSV(B) 266.79º 0.89% 0.74% -
XYZ 14.28 6.7 48.68 -
YUV 62.58 199.35 151.84 -
System Red Green Blue C M Y K H S L
Decimal 96 21 189 0.49 0.89 0 0.26 266.79 0.8 0.41
Hex 60 15 BD 31 59 0 1A 10B 50 29
Octal 140 25 275 61 131 0 32 413 120 51
Binary 1100000 10101 10111101 110001 1011001 0 11010 100001011 1010000 101001

Color Harmonies of #6015BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6015BD

Black with #6015BD

Text Example


Text Example

White with #6015BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6015BD; }

 p { color: rgb(96,21,189); }

 H1.HeaderClassName
 {
   color: #6015BD;
 }
 .AnyTagClassName
 {
   color: #6015BD;
 }
</style>

background-color css

<style>
 a { background-color: #6015BD; }

 a { background-color: rgb(96,21,189); }

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

border-color css

<style>
 span { border-color: #6015BD; }

 span { border-color: rgb(96,21,189); }

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