Html Css Color HEX #6C3AAA Royal Purple

📋 copy color: '#6C3AAA'

red 108 ◦ green 58 ◦ blue 170

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

Shades of Royal Purple #6C3AAA

Tints of Royal Purple #6C3AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.26%

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

R = 32.14%
G = 17.26%
B = 50.6%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C3AAA (or 0x6C3AAA) is known color: Royal Purple. HEX triplet: 6C, 3A and AA. RGB value is (108,58,170). Sum of RGB (Red+Green+Blue) = 108+58+170=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C3AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3AAA is #93C555. Grayscale: #555555. Windows color (decimal): -9684310 or 11156076. OLE color: 11156076.

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

Color convert

RGB 108 58 170 -
CMYK 0.36 0.66 0 0.33
HSL 266.79º 0.49% 0.45% -
HSV(B) 266.79º 0.66% 0.67% -
XYZ 14.95 9.12 39 -
YUV 85.72 175.57 143.89 -
System Red Green Blue C M Y K H S L
Decimal 108 58 170 0.36 0.66 0 0.33 266.79 0.49 0.45
Hex 6C 3A AA 24 42 0 21 10B 31 2D
Octal 154 72 252 44 102 0 41 413 61 55
Binary 1101100 111010 10101010 100100 1000010 0 100001 100001011 110001 101101

Color Harmonies of #6C3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3AAA

Black with #6C3AAA

Text Example


Text Example

White with #6C3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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