Html Css Color HEX #6816BA Purple Heart

📋 copy color: '#6816BA'

red 104 ◦ green 22 ◦ blue 186

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

Shades of Purple Heart #6816BA

Tints of Purple Heart #6816BA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.05%

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

R = 33.33%
G = 7.05%
B = 59.62%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6816BA (or 0x6816BA) is known color: Purple Heart. HEX triplet: 68, 16 and BA. RGB value is (104,22,186). Sum of RGB (Red+Green+Blue) = 104+22+186=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #6816BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6816BA is #97E945. Grayscale: #404040. Windows color (decimal): -9955654 or 12195432. OLE color: 12195432.

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

Color convert

RGB 104 22 186 -
CMYK 0.44 0.88 0 0.27
HSL 270º 0.79% 0.41% -
HSV(B) 270º 0.88% 0.73% -
XYZ 14.86 7.06 47.03 -
YUV 65.21 196.17 155.66 -
System Red Green Blue C M Y K H S L
Decimal 104 22 186 0.44 0.88 0 0.27 270 0.79 0.41
Hex 68 16 BA 2C 58 0 1B 10E 4F 29
Octal 150 26 272 54 130 0 33 416 117 51
Binary 1101000 10110 10111010 101100 1011000 0 11011 100001110 1001111 101001

Color Harmonies of #6816BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6816BA

Black with #6816BA

Text Example


Text Example

White with #6816BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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