Html Css Color HEX #6C3AAB Royal Purple

📋 copy color: '#6C3AAB'

red 108 ◦ green 58 ◦ blue 171

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

Shades of Royal Purple #6C3AAB

Tints of Royal Purple #6C3AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 32.05%
G = 17.21%
B = 50.74%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C3AAB (or 0x6C3AAB) is known color: Royal Purple. HEX triplet: 6C, 3A and AB. RGB value is (108,58,171). Sum of RGB (Red+Green+Blue) = 108+58+171=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C3AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3AAB is #93C554. Grayscale: #555555. Windows color (decimal): -9684309 or 11221612. OLE color: 11221612.

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

Color convert

RGB 108 58 171 -
CMYK 0.37 0.66 0 0.33
HSL 266.55º 0.49% 0.45% -
HSV(B) 266.55º 0.66% 0.67% -
XYZ 15.05 9.15 39.5 -
YUV 85.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 108 58 171 0.37 0.66 0 0.33 266.55 0.49 0.45
Hex 6C 3A AB 25 42 0 21 10B 31 2D
Octal 154 72 253 45 102 0 41 413 61 55
Binary 1101100 111010 10101011 100101 1000010 0 100001 100001011 110001 101101

Color Harmonies of #6C3AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3AAB

Black with #6C3AAB

Text Example


Text Example

White with #6C3AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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