Html Css Color HEX #6C40AB Royal Purple

📋 copy color: '#6C40AB'

red 108 ◦ green 64 ◦ blue 171

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

Shades of Royal Purple #6C40AB

Tints of Royal Purple #6C40AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.66%

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

R = 31.49%
G = 18.66%
B = 49.85%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C40AB (or 0x6C40AB) is known color: Royal Purple. HEX triplet: 6C, 40 and AB. RGB value is (108,64,171). Sum of RGB (Red+Green+Blue) = 108+64+171=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C40AB is #93BF54. Grayscale: #585858. Windows color (decimal): -9682773 or 11223148. OLE color: 11223148.

HSL color Cylindrical-coordinate representation of color #6C40AB: hue angle of 264.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C40AB is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 64 171 -
CMYK 0.37 0.63 0 0.33
HSL 264.67º 0.46% 0.46% -
HSV(B) 264.67º 0.63% 0.67% -
XYZ 15.37 9.8 39.61 -
YUV 89.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 108 64 171 0.37 0.63 0 0.33 264.67 0.46 0.46
Hex 6C 40 AB 25 3F 0 21 109 2E 2E
Octal 154 100 253 45 77 0 41 411 56 56
Binary 1101100 1000000 10101011 100101 111111 0 100001 100001001 101110 101110

Color Harmonies of #6C40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C40AB

Black with #6C40AB

Text Example


Text Example

White with #6C40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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