Html Css Color HEX #6000BD Purple Heart

📋 copy color: '#6000BD'

red 96 ◦ green 0 ◦ blue 189

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

Shades of Purple Heart #6000BD

Tints of Purple Heart #6000BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 66.32%

R = 33.68%
G = 0%
B = 66.32%

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

#6000BD (or 0x6000BD) is known color: Purple Heart. HEX triplet: 60, 00 and BD. RGB value is (96,0,189). Sum of RGB (Red+Green+Blue) = 96+0+189=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 189 (74.22% from 255 or 66.32% from 285); Max value from RGB is 189 - color contains mainly: blue. Hex color #6000BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000BD is #9FFF42. Grayscale: #313131. Windows color (decimal): -10485571 or 12386400. OLE color: 12386400.

HSL color Cylindrical-coordinate representation of color #6000BD: hue angle of 270.48º 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 #6000BD is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 0 189 -
CMYK 0.49 1 0 0.26
HSL 270.48º 1% 0.37% -
HSV(B) 270.48º 1% 0.74% -
XYZ 14.01 6.16 48.59 -
YUV 50.25 206.3 160.63 -
System Red Green Blue C M Y K H S L
Decimal 96 0 189 0.49 1 0 0.26 270.48 1 0.37
Hex 60 0 BD 31 64 0 1A 10E 64 25
Octal 140 0 275 61 144 0 32 416 144 45
Binary 1100000 0 10111101 110001 1100100 0 11010 100001110 1100100 100101

Color Harmonies of #6000BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6000BD

Black with #6000BD

Text Example


Text Example

White with #6000BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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