Html Css Color HEX #6014BC Purple Heart

📋 copy color: '#6014BC'

red 96 ◦ green 20 ◦ blue 188

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

Shades of Purple Heart #6014BC

Tints of Purple Heart #6014BC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.58%

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

R = 31.58%
G = 6.58%
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

#6014BC (or 0x6014BC) is known color: Purple Heart. HEX triplet: 60, 14 and BC. RGB value is (96,20,188). Sum of RGB (Red+Green+Blue) = 96+20+188=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 20 (8.20% from 255 or 6.58% 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 #6014BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6014BC is #9FEB43. Grayscale: #3D3D3D. Windows color (decimal): -10480452 or 12325984. OLE color: 12325984.

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

Color convert

RGB 96 20 188 -
CMYK 0.49 0.89 0 0.26
HSL 267.14º 0.81% 0.41% -
HSV(B) 267.14º 0.89% 0.74% -
XYZ 14.15 6.62 48.11 -
YUV 61.88 199.18 152.34 -
System Red Green Blue C M Y K H S L
Decimal 96 20 188 0.49 0.89 0 0.26 267.14 0.81 0.41
Hex 60 14 BC 31 59 0 1A 10B 51 29
Octal 140 24 274 61 131 0 32 413 121 51
Binary 1100000 10100 10111100 110001 1011001 0 11010 100001011 1010001 101001

Color Harmonies of #6014BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6014BC

Black with #6014BC

Text Example


Text Example

White with #6014BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,20,188); }

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

background-color css

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

 a { background-color: rgb(96,20,188); }

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

border-color css

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

 span { border-color: rgb(96,20,188); }

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