Html Css Color HEX #6019BB Purple Heart

📋 copy color: '#6019BB'

red 96 ◦ green 25 ◦ blue 187

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

Shades of Purple Heart #6019BB

Tints of Purple Heart #6019BB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.12%

 BLUE value IS 187 (73.44% from 255) = 60.71%

R = 31.17%
G = 8.12%
B = 60.71%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6019BB (or 0x6019BB) is known color: Purple Heart. HEX triplet: 60, 19 and BB. RGB value is (96,25,187). Sum of RGB (Red+Green+Blue) = 96+25+187=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #6019BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6019BB is #9FE644. Grayscale: #404040. Windows color (decimal): -10479173 or 12261728. OLE color: 12261728.

HSL color Cylindrical-coordinate representation of color #6019BB: hue angle of 266.3º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6019BB is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 25 187 -
CMYK 0.49 0.87 0 0.27
HSL 266.3º 0.76% 0.42% -
HSV(B) 266.3º 0.87% 0.73% -
XYZ 14.14 6.77 47.58 -
YUV 64.7 197.02 150.33 -
System Red Green Blue C M Y K H S L
Decimal 96 25 187 0.49 0.87 0 0.27 266.3 0.76 0.42
Hex 60 19 BB 31 57 0 1B 10A 4C 2A
Octal 140 31 273 61 127 0 33 412 114 52
Binary 1100000 11001 10111011 110001 1010111 0 11011 100001010 1001100 101010

Color Harmonies of #6019BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6019BB

Black with #6019BB

Text Example


Text Example

White with #6019BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6019BB; }

 p { color: rgb(96,25,187); }

 H1.HeaderClassName
 {
   color: #6019BB;
 }
 .AnyTagClassName
 {
   color: #6019BB;
 }
</style>

background-color css

<style>
 a { background-color: #6019BB; }

 a { background-color: rgb(96,25,187); }

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

border-color css

<style>
 span { border-color: #6019BB; }

 span { border-color: rgb(96,25,187); }

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