Html Css Color HEX #6C339A Royal Purple

📋 copy color: '#6C339A'

red 108 ◦ green 51 ◦ blue 154

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

Shades of Royal Purple #6C339A

Tints of Royal Purple #6C339A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

 BLUE value IS 154 (60.55% from 255) = 49.2%

R = 34.5%
G = 16.29%
B = 49.2%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6C339A (or 0x6C339A) is known color: Royal Purple. HEX triplet: 6C, 33 and 9A. RGB value is (108,51,154). Sum of RGB (Red+Green+Blue) = 108+51+154=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C339A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C339A is #93CC65. Grayscale: #4F4F4F. Windows color (decimal): -9686118 or 10105708. OLE color: 10105708.

HSL color Cylindrical-coordinate representation of color #6C339A: hue angle of 273.2º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C339A is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 51 154 -
CMYK 0.30 0.67 0 0.40
HSL 273.2º 0.5% 0.4% -
HSV(B) 273.2º 0.67% 0.6% -
XYZ 13.2 7.89 31.4 -
YUV 79.79 169.88 148.12 -
System Red Green Blue C M Y K H S L
Decimal 108 51 154 0.30 0.67 0 0.40 273.2 0.5 0.4
Hex 6C 33 9A 1E 43 0 28 111 32 28
Octal 154 63 232 36 103 0 50 421 62 50
Binary 1101100 110011 10011010 11110 1000011 0 101000 100010001 110010 101000

Color Harmonies of #6C339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C339A

Black with #6C339A

Text Example


Text Example

White with #6C339A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,51,154); }

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

background-color css

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

 a { background-color: rgb(108,51,154); }

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

border-color css

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

 span { border-color: rgb(108,51,154); }

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