Html Css Color HEX #6014B1 Purple Heart

📋 copy color: '#6014B1'

red 96 ◦ green 20 ◦ blue 177

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

Shades of Purple Heart #6014B1

Tints of Purple Heart #6014B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 60.41%

R = 32.76%
G = 6.83%
B = 60.41%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6014B1 (or 0x6014B1) is known color: Purple Heart. HEX triplet: 60, 14 and B1. RGB value is (96,20,177). Sum of RGB (Red+Green+Blue) = 96+20+177=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 177 (69.53% from 255 or 60.41% from 293); Max value from RGB is 177 - color contains mainly: blue. Hex color #6014B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6014B1 is #9FEB4E. Grayscale: #3C3C3C. Windows color (decimal): -10480463 or 11605088. OLE color: 11605088.

HSL color Cylindrical-coordinate representation of color #6014B1: hue angle of 269.04º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6014B1 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 20 177 -
CMYK 0.46 0.89 0 0.31
HSL 269.04º 0.8% 0.39% -
HSV(B) 269.04º 0.89% 0.69% -
XYZ 13.01 6.16 42.1 -
YUV 60.62 193.68 153.23 -
System Red Green Blue C M Y K H S L
Decimal 96 20 177 0.46 0.89 0 0.31 269.04 0.8 0.39
Hex 60 14 B1 2E 59 0 1F 10D 50 27
Octal 140 24 261 56 131 0 37 415 120 47
Binary 1100000 10100 10110001 101110 1011001 0 11111 100001101 1010000 100111

Color Harmonies of #6014B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6014B1

Black with #6014B1

Text Example


Text Example

White with #6014B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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