Html Css Color HEX #6911AC Purple Heart

📋 copy color: '#6911AC'

red 105 ◦ green 17 ◦ blue 172

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

Shades of Purple Heart #6911AC

Tints of Purple Heart #6911AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.5%

R = 35.71%
G = 5.78%
B = 58.5%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6911AC (or 0x6911AC) is known color: Purple Heart. HEX triplet: 69, 11 and AC. RGB value is (105,17,172). Sum of RGB (Red+Green+Blue) = 105+17+172=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #6911AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6911AC is #96EE53. Grayscale: #3C3C3C. Windows color (decimal): -9891412 or 11276649. OLE color: 11276649.

HSL color Cylindrical-coordinate representation of color #6911AC: hue angle of 274.06º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6911AC is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 17 172 -
CMYK 0.39 0.90 0 0.33
HSL 274.06º 0.82% 0.37% -
HSV(B) 274.06º 0.9% 0.67% -
XYZ 13.47 6.38 39.55 -
YUV 60.98 190.65 159.4 -
System Red Green Blue C M Y K H S L
Decimal 105 17 172 0.39 0.90 0 0.33 274.06 0.82 0.37
Hex 69 11 AC 27 5A 0 21 112 52 25
Octal 151 21 254 47 132 0 41 422 122 45
Binary 1101001 10001 10101100 100111 1011010 0 100001 100010010 1010010 100101

Color Harmonies of #6911AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6911AC

Black with #6911AC

Text Example


Text Example

White with #6911AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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