Html Css Color HEX #6909AA Purple Heart

📋 copy color: '#6909AA'

red 105 ◦ green 9 ◦ blue 170

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

Shades of Purple Heart #6909AA

Tints of Purple Heart #6909AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.17%

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

R = 36.97%
G = 3.17%
B = 59.86%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6909AA (or 0x6909AA) is known color: Purple Heart. HEX triplet: 69, 09 and AA. RGB value is (105,9,170). Sum of RGB (Red+Green+Blue) = 105+9+170=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #6909AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6909AA is #96F655. Grayscale: #373737. Windows color (decimal): -9893462 or 11143529. OLE color: 11143529.

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

Color convert

RGB 105 9 170 -
CMYK 0.38 0.95 0 0.33
HSL 275.78º 0.9% 0.35% -
HSV(B) 275.78º 0.95% 0.67% -
XYZ 13.18 6.1 38.51 -
YUV 56.06 192.3 162.91 -
System Red Green Blue C M Y K H S L
Decimal 105 9 170 0.38 0.95 0 0.33 275.78 0.9 0.35
Hex 69 9 AA 26 5F 0 21 114 5A 23
Octal 151 11 252 46 137 0 41 424 132 43
Binary 1101001 1001 10101010 100110 1011111 0 100001 100010100 1011010 100011

Color Harmonies of #6909AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6909AA

Black with #6909AA

Text Example


Text Example

White with #6909AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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