Html Css Color HEX #6810BA Purple Heart

📋 copy color: '#6810BA'

red 104 ◦ green 16 ◦ blue 186

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

Shades of Purple Heart #6810BA

Tints of Purple Heart #6810BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.23%

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

R = 33.99%
G = 5.23%
B = 60.78%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6810BA (or 0x6810BA) is known color: Purple Heart. HEX triplet: 68, 10 and BA. RGB value is (104,16,186). Sum of RGB (Red+Green+Blue) = 104+16+186=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #6810BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6810BA is #97EF45. Grayscale: #3D3D3D. Windows color (decimal): -9957190 or 12193896. OLE color: 12193896.

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

Color convert

RGB 104 16 186 -
CMYK 0.44 0.91 0 0.27
HSL 271.06º 0.84% 0.4% -
HSV(B) 271.06º 0.91% 0.73% -
XYZ 14.76 6.86 47 -
YUV 61.69 198.15 158.18 -
System Red Green Blue C M Y K H S L
Decimal 104 16 186 0.44 0.91 0 0.27 271.06 0.84 0.4
Hex 68 10 BA 2C 5B 0 1B 10F 54 28
Octal 150 20 272 54 133 0 33 417 124 50
Binary 1101000 10000 10111010 101100 1011011 0 11011 100001111 1010100 101000

Color Harmonies of #6810BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6810BA

Black with #6810BA

Text Example


Text Example

White with #6810BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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