Html Css Color HEX #6000BE Purple Heart

📋 copy color: '#6000BE'

red 96 ◦ green 0 ◦ blue 190

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

Shades of Purple Heart #6000BE

Tints of Purple Heart #6000BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.43%

R = 33.57%
G = 0%
B = 66.43%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6000BE (or 0x6000BE) is known color: Purple Heart. HEX triplet: 60, 00 and BE. RGB value is (96,0,190). Sum of RGB (Red+Green+Blue) = 96+0+190=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #6000BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000BE is #9FFF41. Grayscale: #313131. Windows color (decimal): -10485570 or 12451936. OLE color: 12451936.

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

Color convert

RGB 96 0 190 -
CMYK 0.49 1 0 0.25
HSL 270.32º 1% 0.37% -
HSV(B) 270.32º 1% 0.75% -
XYZ 14.12 6.2 49.17 -
YUV 50.36 206.8 160.55 -
System Red Green Blue C M Y K H S L
Decimal 96 0 190 0.49 1 0 0.25 270.32 1 0.37
Hex 60 0 BE 31 64 0 19 10E 64 25
Octal 140 0 276 61 144 0 31 416 144 45
Binary 1100000 0 10111110 110001 1100100 0 11001 100001110 1100100 100101

Color Harmonies of #6000BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6000BE

Black with #6000BE

Text Example


Text Example

White with #6000BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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