Html Css Color HEX #6927AA Purple Heart

📋 copy color: '#6927AA'

red 105 ◦ green 39 ◦ blue 170

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

Shades of Purple Heart #6927AA

Tints of Purple Heart #6927AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.42%

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

R = 33.44%
G = 12.42%
B = 54.14%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6927AA (or 0x6927AA) is known color: Purple Heart. HEX triplet: 69, 27 and AA. RGB value is (105,39,170). Sum of RGB (Red+Green+Blue) = 105+39+170=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #6927AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6927AA is #96D855. Grayscale: #494949. Windows color (decimal): -9885782 or 11151209. OLE color: 11151209.

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

Color convert

RGB 105 39 170 -
CMYK 0.38 0.77 0 0.33
HSL 270.23º 0.63% 0.41% -
HSV(B) 270.23º 0.77% 0.67% -
XYZ 13.81 7.36 38.72 -
YUV 73.67 182.37 150.35 -
System Red Green Blue C M Y K H S L
Decimal 105 39 170 0.38 0.77 0 0.33 270.23 0.63 0.41
Hex 69 27 AA 26 4D 0 21 10E 3F 29
Octal 151 47 252 46 115 0 41 416 77 51
Binary 1101001 100111 10101010 100110 1001101 0 100001 100001110 111111 101001

Color Harmonies of #6927AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6927AA

Black with #6927AA

Text Example


Text Example

White with #6927AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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