Html Css Color HEX #6805BA Purple Heart

📋 copy color: '#6805BA'

red 104 ◦ green 5 ◦ blue 186

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

Shades of Purple Heart #6805BA

Tints of Purple Heart #6805BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

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

R = 35.25%
G = 1.69%
B = 63.05%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6805BA (or 0x6805BA) is known color: Purple Heart. HEX triplet: 68, 05 and BA. RGB value is (104,5,186). Sum of RGB (Red+Green+Blue) = 104+5+186=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #6805BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6805BA is #97FA45. Grayscale: #363636. Windows color (decimal): -9960006 or 12191080. OLE color: 12191080.

HSL color Cylindrical-coordinate representation of color #6805BA: hue angle of 272.82º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6805BA is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 5 186 -
CMYK 0.44 0.97 0 0.27
HSL 272.82º 0.95% 0.37% -
HSV(B) 272.82º 0.97% 0.73% -
XYZ 14.63 6.6 46.96 -
YUV 55.24 201.8 162.78 -
System Red Green Blue C M Y K H S L
Decimal 104 5 186 0.44 0.97 0 0.27 272.82 0.95 0.37
Hex 68 5 BA 2C 61 0 1B 111 5F 25
Octal 150 5 272 54 141 0 33 421 137 45
Binary 1101000 101 10111010 101100 1100001 0 11011 100010001 1011111 100101

Color Harmonies of #6805BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6805BA

Black with #6805BA

Text Example


Text Example

White with #6805BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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