Html Css Color HEX #6C299B Royal Purple

📋 copy color: '#6C299B'

red 108 ◦ green 41 ◦ blue 155

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

Shades of Royal Purple #6C299B

Tints of Royal Purple #6C299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.49%

 BLUE value IS 155 (60.94% from 255) = 50.99%

R = 35.53%
G = 13.49%
B = 50.99%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C299B (or 0x6C299B) is known color: Royal Purple. HEX triplet: 6C, 29 and 9B. RGB value is (108,41,155). Sum of RGB (Red+Green+Blue) = 108+41+155=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C299B is #93D664. Grayscale: #494949. Windows color (decimal): -9688677 or 10168684. OLE color: 10168684.

HSL color Cylindrical-coordinate representation of color #6C299B: hue angle of 275.26º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C299B is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 41 155 -
CMYK 0.30 0.74 0 0.39
HSL 275.26º 0.58% 0.38% -
HSV(B) 275.26º 0.74% 0.61% -
XYZ 12.89 7.14 31.71 -
YUV 74.03 173.7 152.23 -
System Red Green Blue C M Y K H S L
Decimal 108 41 155 0.30 0.74 0 0.39 275.26 0.58 0.38
Hex 6C 29 9B 1E 4A 0 27 113 3A 26
Octal 154 51 233 36 112 0 47 423 72 46
Binary 1101100 101001 10011011 11110 1001010 0 100111 100010011 111010 100110

Color Harmonies of #6C299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C299B

Black with #6C299B

Text Example


Text Example

White with #6C299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,41,155); }

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

background-color css

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

 a { background-color: rgb(108,41,155); }

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

border-color css

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

 span { border-color: rgb(108,41,155); }

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