Html Css Color HEX #6000BA Purple Heart

📋 copy color: '#6000BA'

red 96 ◦ green 0 ◦ blue 186

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

Shades of Purple Heart #6000BA

Tints of Purple Heart #6000BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 186 (73.05% from 255) = 65.96%

R = 34.04%
G = 0%
B = 65.96%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6000BA (or 0x6000BA) is known color: Purple Heart. HEX triplet: 60, 00 and BA. RGB value is (96,0,186). Sum of RGB (Red+Green+Blue) = 96+0+186=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #6000BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000BA is #9FFF45. Grayscale: #313131. Windows color (decimal): -10485574 or 12189792. OLE color: 12189792.

HSL color Cylindrical-coordinate representation of color #6000BA: hue angle of 270.97º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000BA is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 0 186 -
CMYK 0.48 1 0 0.27
HSL 270.97º 1% 0.36% -
HSV(B) 270.97º 1% 0.73% -
XYZ 13.69 6.03 46.9 -
YUV 49.91 204.8 160.88 -
System Red Green Blue C M Y K H S L
Decimal 96 0 186 0.48 1 0 0.27 270.97 1 0.36
Hex 60 0 BA 30 64 0 1B 10F 64 24
Octal 140 0 272 60 144 0 33 417 144 44
Binary 1100000 0 10111010 110000 1100100 0 11011 100001111 1100100 100100

Color Harmonies of #6000BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6000BA

Black with #6000BA

Text Example


Text Example

White with #6000BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6000BA; }

 p { color: rgb(96,0,186); }

 H1.HeaderClassName
 {
   color: #6000BA;
 }
 .AnyTagClassName
 {
   color: #6000BA;
 }
</style>

background-color css

<style>
 a { background-color: #6000BA; }

 a { background-color: rgb(96,0,186); }

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

border-color css

<style>
 span { border-color: #6000BA; }

 span { border-color: rgb(96,0,186); }

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