Html Css Color HEX #6726AA Purple Heart

📋 copy color: '#6726AA'

red 103 ◦ green 38 ◦ blue 170

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

Shades of Purple Heart #6726AA

Tints of Purple Heart #6726AA

RGB

 RED value IS 103 (40.63% from 255) = 33.12%

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

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

R = 33.12%
G = 12.22%
B = 54.66%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6726AA (or 0x6726AA) is known color: Purple Heart. HEX triplet: 67, 26 and AA. RGB value is (103,38,170). Sum of RGB (Red+Green+Blue) = 103+38+170=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #6726AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6726AA is #98D955. Grayscale: #484848. Windows color (decimal): -10017110 or 11150951. OLE color: 11150951.

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

Color convert

RGB 103 38 170 -
CMYK 0.39 0.78 0 0.33
HSL 269.55º 0.63% 0.41% -
HSV(B) 269.55º 0.78% 0.67% -
XYZ 13.54 7.17 38.7 -
YUV 72.48 183.03 149.77 -
System Red Green Blue C M Y K H S L
Decimal 103 38 170 0.39 0.78 0 0.33 269.55 0.63 0.41
Hex 67 26 AA 27 4E 0 21 10E 3F 29
Octal 147 46 252 47 116 0 41 416 77 51
Binary 1100111 100110 10101010 100111 1001110 0 100001 100001110 111111 101001

Color Harmonies of #6726AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6726AA

Black with #6726AA

Text Example


Text Example

White with #6726AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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