Html Css Color HEX #6800BA Purple Heart

📋 copy color: '#6800BA'

red 104 ◦ green 0 ◦ blue 186

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

Shades of Purple Heart #6800BA

Tints of Purple Heart #6800BA

RGB

 RED value IS 104 (41.02% from 255) = 35.86%

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

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

R = 35.86%
G = 0%
B = 64.14%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6800BA (or 0x6800BA) is known color: Purple Heart. HEX triplet: 68, 00 and BA. RGB value is (104,0,186). Sum of RGB (Red+Green+Blue) = 104+0+186=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #6800BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6800BA is #97FF45. Grayscale: #333333. Windows color (decimal): -9961286 or 12189800. OLE color: 12189800.

HSL color Cylindrical-coordinate representation of color #6800BA: hue angle of 273.55º 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 #6800BA is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 0 186 -
CMYK 0.44 1 0 0.27
HSL 273.55º 1% 0.36% -
HSV(B) 273.55º 1% 0.73% -
XYZ 14.57 6.49 46.94 -
YUV 52.3 203.46 164.88 -
System Red Green Blue C M Y K H S L
Decimal 104 0 186 0.44 1 0 0.27 273.55 1 0.36
Hex 68 0 BA 2C 64 0 1B 112 64 24
Octal 150 0 272 54 144 0 33 422 144 44
Binary 1101000 0 10111010 101100 1100100 0 11011 100010010 1100100 100100

Color Harmonies of #6800BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6800BA

Black with #6800BA

Text Example


Text Example

White with #6800BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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