Html Css Color HEX #6A26AA Purple Heart

📋 copy color: '#6A26AA'

red 106 ◦ green 38 ◦ blue 170

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

Shades of Purple Heart #6A26AA

Tints of Purple Heart #6A26AA

RGB

 RED value IS 106 (41.8% from 255) = 33.76%

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

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

R = 33.76%
G = 12.1%
B = 54.14%

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

#6A26AA (or 0x6A26AA) is known color: Purple Heart. HEX triplet: 6A, 26 and AA. RGB value is (106,38,170). Sum of RGB (Red+Green+Blue) = 106+38+170=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 38 (15.23% from 255 or 12.10% 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 #6A26AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A26AA is #95D955. Grayscale: #484848. Windows color (decimal): -9820502 or 11150954. OLE color: 11150954.

HSL color Cylindrical-coordinate representation of color #6A26AA: hue angle of 270.91º 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 #6A26AA is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 38 170 -
CMYK 0.38 0.78 0 0.33
HSL 270.91º 0.63% 0.41% -
HSV(B) 270.91º 0.78% 0.67% -
XYZ 13.89 7.35 38.72 -
YUV 73.38 182.53 151.27 -
System Red Green Blue C M Y K H S L
Decimal 106 38 170 0.38 0.78 0 0.33 270.91 0.63 0.41
Hex 6A 26 AA 26 4E 0 21 10F 3F 29
Octal 152 46 252 46 116 0 41 417 77 51
Binary 1101010 100110 10101010 100110 1001110 0 100001 100001111 111111 101001

Color Harmonies of #6A26AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A26AA

Black with #6A26AA

Text Example


Text Example

White with #6A26AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A26AA; }

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

 H1.HeaderClassName
 {
   color: #6A26AA;
 }
 .AnyTagClassName
 {
   color: #6A26AA;
 }
</style>

background-color css

<style>
 a { background-color: #6A26AA; }

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

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

border-color css

<style>
 span { border-color: #6A26AA; }

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

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