Html Css Color HEX #6C39A0 Royal Purple

📋 copy color: '#6C39A0'

red 108 ◦ green 57 ◦ blue 160

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

Shades of Royal Purple #6C39A0

Tints of Royal Purple #6C39A0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.54%

 BLUE value IS 160 (62.89% from 255) = 49.23%

R = 33.23%
G = 17.54%
B = 49.23%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6C39A0 (or 0x6C39A0) is known color: Royal Purple. HEX triplet: 6C, 39 and A0. RGB value is (108,57,160). Sum of RGB (Red+Green+Blue) = 108+57+160=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #6C39A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C39A0 is #93C65F. Grayscale: #535353. Windows color (decimal): -9684576 or 10500460. OLE color: 10500460.

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

Color convert

RGB 108 57 160 -
CMYK 0.32 0.64 0 0.37
HSL 269.71º 0.47% 0.43% -
HSV(B) 269.71º 0.64% 0.63% -
XYZ 13.99 8.65 34.19 -
YUV 83.99 170.9 145.12 -
System Red Green Blue C M Y K H S L
Decimal 108 57 160 0.32 0.64 0 0.37 269.71 0.47 0.43
Hex 6C 39 A0 20 40 0 25 10E 2F 2B
Octal 154 71 240 40 100 0 45 416 57 53
Binary 1101100 111001 10100000 100000 1000000 0 100101 100001110 101111 101011

Color Harmonies of #6C39A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C39A0

Black with #6C39A0

Text Example


Text Example

White with #6C39A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,57,160); }

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

background-color css

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

 a { background-color: rgb(108,57,160); }

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

border-color css

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

 span { border-color: rgb(108,57,160); }

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