Html Css Color HEX #6C44AA Royal Purple

📋 copy color: '#6C44AA'

red 108 ◦ green 68 ◦ blue 170

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

Shades of Royal Purple #6C44AA

Tints of Royal Purple #6C44AA

RGB

 RED value IS 108 (42.58% from 255) = 31.21%

 GREEN value IS 68 (26.95% from 255) = 19.65%

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

R = 31.21%
G = 19.65%
B = 49.13%

CMYK

 C value IS 0.36

 M value IS 0.6

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C44AA (or 0x6C44AA) is known color: Royal Purple. HEX triplet: 6C, 44 and AA. RGB value is (108,68,170). Sum of RGB (Red+Green+Blue) = 108+68+170=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C44AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C44AA is #93BB55. Grayscale: #5B5B5B. Windows color (decimal): -9681750 or 11158636. OLE color: 11158636.

HSL color Cylindrical-coordinate representation of color #6C44AA: hue angle of 263.53º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C44AA is Cyan = 0.36, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 68 170 -
CMYK 0.36 0.6 0 0.33
HSL 263.53º 0.43% 0.47% -
HSV(B) 263.53º 0.6% 0.67% -
XYZ 15.51 10.22 39.19 -
YUV 91.59 172.25 139.71 -
System Red Green Blue C M Y K H S L
Decimal 108 68 170 0.36 0.6 0 0.33 263.53 0.43 0.47
Hex 6C 44 AA 24 3C 0 21 108 2B 2F
Octal 154 104 252 44 74 0 41 410 53 57
Binary 1101100 1000100 10101010 100100 111100 0 100001 100001000 101011 101111

Color Harmonies of #6C44AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C44AA

Black with #6C44AA

Text Example


Text Example

White with #6C44AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,68,170); }

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

background-color css

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

 a { background-color: rgb(108,68,170); }

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

border-color css

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

 span { border-color: rgb(108,68,170); }

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