Html Css Color HEX #6C329E Royal Purple

📋 copy color: '#6C329E'

red 108 ◦ green 50 ◦ blue 158

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

Shades of Royal Purple #6C329E

Tints of Royal Purple #6C329E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

 BLUE value IS 158 (62.11% from 255) = 50%

R = 34.18%
G = 15.82%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C329E (or 0x6C329E) is known color: Royal Purple. HEX triplet: 6C, 32 and 9E. RGB value is (108,50,158). Sum of RGB (Red+Green+Blue) = 108+50+158=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C329E is #93CD61. Grayscale: #4F4F4F. Windows color (decimal): -9686370 or 10367596. OLE color: 10367596.

HSL color Cylindrical-coordinate representation of color #6C329E: hue angle of 272.22º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C329E is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 108 50 158 -
CMYK 0.32 0.68 0 0.38
HSL 272.22º 0.52% 0.41% -
HSV(B) 272.22º 0.68% 0.62% -
XYZ 13.5 7.94 33.17 -
YUV 79.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 108 50 158 0.32 0.68 0 0.38 272.22 0.52 0.41
Hex 6C 32 9E 20 44 0 26 110 34 29
Octal 154 62 236 40 104 0 46 420 64 51
Binary 1101100 110010 10011110 100000 1000100 0 100110 100010000 110100 101001

Color Harmonies of #6C329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C329E

Black with #6C329E

Text Example


Text Example

White with #6C329E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,50,158); }

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

background-color css

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

 a { background-color: rgb(108,50,158); }

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

border-color css

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

 span { border-color: rgb(108,50,158); }

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