Html Css Color HEX #6000BC Purple Heart

📋 copy color: '#6000BC'

red 96 ◦ green 0 ◦ blue 188

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

Shades of Purple Heart #6000BC

Tints of Purple Heart #6000BC

RGB

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

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

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

R = 33.8%
G = 0%
B = 66.2%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6000BC (or 0x6000BC) is known color: Purple Heart. HEX triplet: 60, 00 and BC. RGB value is (96,0,188). Sum of RGB (Red+Green+Blue) = 96+0+188=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #6000BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000BC is #9FFF43. Grayscale: #313131. Windows color (decimal): -10485572 or 12320864. OLE color: 12320864.

HSL color Cylindrical-coordinate representation of color #6000BC: hue angle of 270.64º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000BC is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 0 188 -
CMYK 0.49 1 0 0.26
HSL 270.64º 1% 0.37% -
HSV(B) 270.64º 1% 0.74% -
XYZ 13.9 6.12 48.03 -
YUV 50.14 205.8 160.71 -
System Red Green Blue C M Y K H S L
Decimal 96 0 188 0.49 1 0 0.26 270.64 1 0.37
Hex 60 0 BC 31 64 0 1A 10F 64 25
Octal 140 0 274 61 144 0 32 417 144 45
Binary 1100000 0 10111100 110001 1100100 0 11010 100001111 1100100 100101

Color Harmonies of #6000BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6000BC

Black with #6000BC

Text Example


Text Example

White with #6000BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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