Html Css Color HEX #6911A6 Purple Heart

📋 copy color: '#6911A6'

red 105 ◦ green 17 ◦ blue 166

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

Shades of Purple Heart #6911A6

Tints of Purple Heart #6911A6

RGB

 RED value IS 105 (41.41% from 255) = 36.46%

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

 BLUE value IS 166 (65.23% from 255) = 57.64%

R = 36.46%
G = 5.9%
B = 57.64%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6911A6 (or 0x6911A6) is known color: Purple Heart. HEX triplet: 69, 11 and A6. RGB value is (105,17,166). Sum of RGB (Red+Green+Blue) = 105+17+166=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 166 (65.23% from 255 or 57.64% from 288); Max value from RGB is 166 - color contains mainly: blue. Hex color #6911A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6911A6 is #96EE59. Grayscale: #3B3B3B. Windows color (decimal): -9891418 or 10883433. OLE color: 10883433.

HSL color Cylindrical-coordinate representation of color #6911A6: hue angle of 275.44º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6911A6 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 17 166 -
CMYK 0.37 0.90 0 0.35
HSL 275.44º 0.81% 0.36% -
HSV(B) 275.44º 0.9% 0.65% -
XYZ 12.91 6.16 36.58 -
YUV 60.3 187.65 159.88 -
System Red Green Blue C M Y K H S L
Decimal 105 17 166 0.37 0.90 0 0.35 275.44 0.81 0.36
Hex 69 11 A6 25 5A 0 23 113 51 24
Octal 151 21 246 45 132 0 43 423 121 44
Binary 1101001 10001 10100110 100101 1011010 0 100011 100010011 1010001 100100

Color Harmonies of #6911A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6911A6

Black with #6911A6

Text Example


Text Example

White with #6911A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6911A6; }

 p { color: rgb(105,17,166); }

 H1.HeaderClassName
 {
   color: #6911A6;
 }
 .AnyTagClassName
 {
   color: #6911A6;
 }
</style>

background-color css

<style>
 a { background-color: #6911A6; }

 a { background-color: rgb(105,17,166); }

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

border-color css

<style>
 span { border-color: #6911A6; }

 span { border-color: rgb(105,17,166); }

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