Html Css Color HEX #6C3298 Royal Purple

📋 copy color: '#6C3298'

red 108 ◦ green 50 ◦ blue 152

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

Shades of Royal Purple #6C3298

Tints of Royal Purple #6C3298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.03%

R = 34.84%
G = 16.13%
B = 49.03%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6C3298 (or 0x6C3298) is known color: Royal Purple. HEX triplet: 6C, 32 and 98. RGB value is (108,50,152). Sum of RGB (Red+Green+Blue) = 108+50+152=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #6C3298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3298 is #93CD67. Grayscale: #4E4E4E. Windows color (decimal): -9686376 or 9974380. OLE color: 9974380.

HSL color Cylindrical-coordinate representation of color #6C3298: hue angle of 274.12º 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 #6C3298 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 50 152 -
CMYK 0.29 0.67 0 0.40
HSL 274.12º 0.5% 0.4% -
HSV(B) 274.12º 0.67% 0.6% -
XYZ 12.99 7.74 30.51 -
YUV 78.97 169.22 148.71 -
System Red Green Blue C M Y K H S L
Decimal 108 50 152 0.29 0.67 0 0.40 274.12 0.5 0.4
Hex 6C 32 98 1D 43 0 28 112 32 28
Octal 154 62 230 35 103 0 50 422 62 50
Binary 1101100 110010 10011000 11101 1000011 0 101000 100010010 110010 101000

Color Harmonies of #6C3298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3298

Black with #6C3298

Text Example


Text Example

White with #6C3298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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