Html Css Color HEX #6C249D Royal Purple

📋 copy color: '#6C249D'

red 108 ◦ green 36 ◦ blue 157

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

Shades of Royal Purple #6C249D

Tints of Royal Purple #6C249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

 BLUE value IS 157 (61.72% from 255) = 52.16%

R = 35.88%
G = 11.96%
B = 52.16%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C249D (or 0x6C249D) is known color: Royal Purple. HEX triplet: 6C, 24 and 9D. RGB value is (108,36,157). Sum of RGB (Red+Green+Blue) = 108+36+157=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C249D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C249D is #93DB62. Grayscale: #464646. Windows color (decimal): -9689955 or 10298476. OLE color: 10298476.

HSL color Cylindrical-coordinate representation of color #6C249D: hue angle of 275.7º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C249D is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 108 36 157 -
CMYK 0.31 0.77 0 0.38
HSL 275.7º 0.63% 0.38% -
HSV(B) 275.7º 0.77% 0.62% -
XYZ 12.9 6.88 32.55 -
YUV 71.32 176.35 154.16 -
System Red Green Blue C M Y K H S L
Decimal 108 36 157 0.31 0.77 0 0.38 275.7 0.63 0.38
Hex 6C 24 9D 1F 4D 0 26 114 3F 26
Octal 154 44 235 37 115 0 46 424 77 46
Binary 1101100 100100 10011101 11111 1001101 0 100110 100010100 111111 100110

Color Harmonies of #6C249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C249D

Black with #6C249D

Text Example


Text Example

White with #6C249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,36,157); }

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

background-color css

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

 a { background-color: rgb(108,36,157); }

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

border-color css

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

 span { border-color: rgb(108,36,157); }

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