Html Css Color HEX #6816BB Purple Heart

📋 copy color: '#6816BB'

red 104 ◦ green 22 ◦ blue 187

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

Shades of Purple Heart #6816BB

Tints of Purple Heart #6816BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.74%

R = 33.23%
G = 7.03%
B = 59.74%

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

#6816BB (or 0x6816BB) is known color: Purple Heart. HEX triplet: 68, 16 and BB. RGB value is (104,22,187). Sum of RGB (Red+Green+Blue) = 104+22+187=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #6816BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6816BB is #97E944. Grayscale: #404040. Windows color (decimal): -9955653 or 12260968. OLE color: 12260968.

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

Color convert

RGB 104 22 187 -
CMYK 0.44 0.88 0 0.27
HSL 269.82º 0.79% 0.41% -
HSV(B) 269.82º 0.88% 0.73% -
XYZ 14.97 7.1 47.6 -
YUV 65.33 196.67 155.58 -
System Red Green Blue C M Y K H S L
Decimal 104 22 187 0.44 0.88 0 0.27 269.82 0.79 0.41
Hex 68 16 BB 2C 58 0 1B 10E 4F 29
Octal 150 26 273 54 130 0 33 416 117 51
Binary 1101000 10110 10111011 101100 1011000 0 11011 100001110 1001111 101001

Color Harmonies of #6816BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6816BB

Black with #6816BB

Text Example


Text Example

White with #6816BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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