Html Css Color HEX #6C3BA2 Royal Purple

📋 copy color: '#6C3BA2'

red 108 ◦ green 59 ◦ blue 162

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

Shades of Royal Purple #6C3BA2

Tints of Royal Purple #6C3BA2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.93%

 BLUE value IS 162 (63.67% from 255) = 49.24%

R = 32.83%
G = 17.93%
B = 49.24%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6C3BA2 (or 0x6C3BA2) is known color: Royal Purple. HEX triplet: 6C, 3B and A2. RGB value is (108,59,162). Sum of RGB (Red+Green+Blue) = 108+59+162=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: blue. Hex color #6C3BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3BA2 is #93C45D. Grayscale: #555555. Windows color (decimal): -9684062 or 10632044. OLE color: 10632044.

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

Color convert

RGB 108 59 162 -
CMYK 0.33 0.64 0 0.36
HSL 268.54º 0.47% 0.43% -
HSV(B) 268.54º 0.64% 0.64% -
XYZ 14.27 8.92 35.15 -
YUV 85.39 171.23 144.12 -
System Red Green Blue C M Y K H S L
Decimal 108 59 162 0.33 0.64 0 0.36 268.54 0.47 0.43
Hex 6C 3B A2 21 40 0 24 10D 2F 2B
Octal 154 73 242 41 100 0 44 415 57 53
Binary 1101100 111011 10100010 100001 1000000 0 100100 100001101 101111 101011

Color Harmonies of #6C3BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3BA2

Black with #6C3BA2

Text Example


Text Example

White with #6C3BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,59,162); }

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

background-color css

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

 a { background-color: rgb(108,59,162); }

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

border-color css

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

 span { border-color: rgb(108,59,162); }

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