Html Css Color HEX #6018BF Purple Heart

📋 copy color: '#6018BF'

red 96 ◦ green 24 ◦ blue 191

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

Shades of Purple Heart #6018BF

Tints of Purple Heart #6018BF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.72%

 BLUE value IS 191 (75% from 255) = 61.41%

R = 30.87%
G = 7.72%
B = 61.41%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6018BF (or 0x6018BF) is known color: Purple Heart. HEX triplet: 60, 18 and BF. RGB value is (96,24,191). Sum of RGB (Red+Green+Blue) = 96+24+191=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #6018BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6018BF is #9FE740. Grayscale: #3F3F3F. Windows color (decimal): -10479425 or 12523616. OLE color: 12523616.

HSL color Cylindrical-coordinate representation of color #6018BF: hue angle of 265.87º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6018BF is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 24 191 -
CMYK 0.50 0.87 0 0.25
HSL 265.87º 0.78% 0.42% -
HSV(B) 265.87º 0.87% 0.75% -
XYZ 14.55 6.9 49.86 -
YUV 64.57 199.35 150.42 -
System Red Green Blue C M Y K H S L
Decimal 96 24 191 0.50 0.87 0 0.25 265.87 0.78 0.42
Hex 60 18 BF 32 57 0 19 10A 4E 2A
Octal 140 30 277 62 127 0 31 412 116 52
Binary 1100000 11000 10111111 110010 1010111 0 11001 100001010 1001110 101010

Color Harmonies of #6018BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6018BF

Black with #6018BF

Text Example


Text Example

White with #6018BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6018BF; }

 p { color: rgb(96,24,191); }

 H1.HeaderClassName
 {
   color: #6018BF;
 }
 .AnyTagClassName
 {
   color: #6018BF;
 }
</style>

background-color css

<style>
 a { background-color: #6018BF; }

 a { background-color: rgb(96,24,191); }

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

border-color css

<style>
 span { border-color: #6018BF; }

 span { border-color: rgb(96,24,191); }

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