Html Css Color HEX #6905AA Purple Heart

📋 copy color: '#6905AA'

red 105 ◦ green 5 ◦ blue 170

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

Shades of Purple Heart #6905AA

Tints of Purple Heart #6905AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

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

R = 37.5%
G = 1.79%
B = 60.71%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6905AA (or 0x6905AA) is known color: Purple Heart. HEX triplet: 69, 05 and AA. RGB value is (105,5,170). Sum of RGB (Red+Green+Blue) = 105+5+170=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #6905AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6905AA is #96FA55. Grayscale: #353535. Windows color (decimal): -9894486 or 11142505. OLE color: 11142505.

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

Color convert

RGB 105 5 170 -
CMYK 0.38 0.97 0 0.33
HSL 276.36º 0.94% 0.34% -
HSV(B) 276.36º 0.97% 0.67% -
XYZ 13.14 6.01 38.5 -
YUV 53.71 193.63 164.58 -
System Red Green Blue C M Y K H S L
Decimal 105 5 170 0.38 0.97 0 0.33 276.36 0.94 0.34
Hex 69 5 AA 26 61 0 21 114 5E 22
Octal 151 5 252 46 141 0 41 424 136 42
Binary 1101001 101 10101010 100110 1100001 0 100001 100010100 1011110 100010

Color Harmonies of #6905AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6905AA

Black with #6905AA

Text Example


Text Example

White with #6905AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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