Html Css Color HEX #6910AA Purple Heart

📋 copy color: '#6910AA'

red 105 ◦ green 16 ◦ blue 170

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

Shades of Purple Heart #6910AA

Tints of Purple Heart #6910AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.5%

 BLUE value IS 170 (66.8% from 255) = 58.42%

R = 36.08%
G = 5.5%
B = 58.42%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6910AA (or 0x6910AA) is known color: Purple Heart. HEX triplet: 69, 10 and AA. RGB value is (105,16,170). Sum of RGB (Red+Green+Blue) = 105+16+170=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #6910AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6910AA is #96EF55. Grayscale: #3B3B3B. Windows color (decimal): -9891670 or 11145321. OLE color: 11145321.

HSL color Cylindrical-coordinate representation of color #6910AA: hue angle of 274.68º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6910AA is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 16 170 -
CMYK 0.38 0.91 0 0.33
HSL 274.68º 0.83% 0.36% -
HSV(B) 274.68º 0.91% 0.67% -
XYZ 13.27 6.28 38.54 -
YUV 60.17 189.99 159.98 -
System Red Green Blue C M Y K H S L
Decimal 105 16 170 0.38 0.91 0 0.33 274.68 0.83 0.36
Hex 69 10 AA 26 5B 0 21 113 53 24
Octal 151 20 252 46 133 0 41 423 123 44
Binary 1101001 10000 10101010 100110 1011011 0 100001 100010011 1010011 100100

Color Harmonies of #6910AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6910AA

Black with #6910AA

Text Example


Text Example

White with #6910AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6910AA; }

 p { color: rgb(105,16,170); }

 H1.HeaderClassName
 {
   color: #6910AA;
 }
 .AnyTagClassName
 {
   color: #6910AA;
 }
</style>

background-color css

<style>
 a { background-color: #6910AA; }

 a { background-color: rgb(105,16,170); }

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

border-color css

<style>
 span { border-color: #6910AA; }

 span { border-color: rgb(105,16,170); }

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