Html Css Color HEX #6811B9 Purple Heart

📋 copy color: '#6811B9'

red 104 ◦ green 17 ◦ blue 185

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

Shades of Purple Heart #6811B9

Tints of Purple Heart #6811B9

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.56%

 BLUE value IS 185 (72.66% from 255) = 60.46%

R = 33.99%
G = 5.56%
B = 60.46%

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

#6811B9 (or 0x6811B9) is known color: Purple Heart. HEX triplet: 68, 11 and B9. RGB value is (104,17,185). Sum of RGB (Red+Green+Blue) = 104+17+185=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 185 (72.66% from 255 or 60.46% from 306); Max value from RGB is 185 - color contains mainly: blue. Hex color #6811B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6811B9 is #97EE46. Grayscale: #3D3D3D. Windows color (decimal): -9956935 or 12128616. OLE color: 12128616.

HSL color Cylindrical-coordinate representation of color #6811B9: hue angle of 271.07º degrees, saturation: 0.83, 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 #6811B9 is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 17 185 -
CMYK 0.44 0.91 0 0.27
HSL 271.07º 0.83% 0.4% -
HSV(B) 271.07º 0.91% 0.73% -
XYZ 14.67 6.85 46.45 -
YUV 62.17 197.32 157.84 -
System Red Green Blue C M Y K H S L
Decimal 104 17 185 0.44 0.91 0 0.27 271.07 0.83 0.4
Hex 68 11 B9 2C 5B 0 1B 10F 53 28
Octal 150 21 271 54 133 0 33 417 123 50
Binary 1101000 10001 10111001 101100 1011011 0 11011 100001111 1010011 101000

Color Harmonies of #6811B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6811B9

Black with #6811B9

Text Example


Text Example

White with #6811B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6811B9; }

 p { color: rgb(104,17,185); }

 H1.HeaderClassName
 {
   color: #6811B9;
 }
 .AnyTagClassName
 {
   color: #6811B9;
 }
</style>

background-color css

<style>
 a { background-color: #6811B9; }

 a { background-color: rgb(104,17,185); }

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

border-color css

<style>
 span { border-color: #6811B9; }

 span { border-color: rgb(104,17,185); }

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