Html Css Color HEX #6926AA Purple Heart

📋 copy color: '#6926AA'

red 105 ◦ green 38 ◦ blue 170

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

Shades of Purple Heart #6926AA

Tints of Purple Heart #6926AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.14%

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

R = 33.55%
G = 12.14%
B = 54.31%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6926AA (or 0x6926AA) is known color: Purple Heart. HEX triplet: 69, 26 and AA. RGB value is (105,38,170). Sum of RGB (Red+Green+Blue) = 105+38+170=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #6926AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6926AA is #96D955. Grayscale: #484848. Windows color (decimal): -9886038 or 11150953. OLE color: 11150953.

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

Color convert

RGB 105 38 170 -
CMYK 0.38 0.78 0 0.33
HSL 270.45º 0.63% 0.41% -
HSV(B) 270.45º 0.78% 0.67% -
XYZ 13.77 7.29 38.71 -
YUV 73.08 182.7 150.77 -
System Red Green Blue C M Y K H S L
Decimal 105 38 170 0.38 0.78 0 0.33 270.45 0.63 0.41
Hex 69 26 AA 26 4E 0 21 10E 3F 29
Octal 151 46 252 46 116 0 41 416 77 51
Binary 1101001 100110 10101010 100110 1001110 0 100001 100001110 111111 101001

Color Harmonies of #6926AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6926AA

Black with #6926AA

Text Example


Text Example

White with #6926AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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