Html Css Color HEX #6C219E Royal Purple

📋 copy color: '#6C219E'

red 108 ◦ green 33 ◦ blue 158

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

Shades of Royal Purple #6C219E

Tints of Royal Purple #6C219E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.04%

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

R = 36.12%
G = 11.04%
B = 52.84%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C219E (or 0x6C219E) is known color: Royal Purple. HEX triplet: 6C, 21 and 9E. RGB value is (108,33,158). Sum of RGB (Red+Green+Blue) = 108+33+158=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C219E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C219E is #93DE61. Grayscale: #454545. Windows color (decimal): -9690722 or 10363244. OLE color: 10363244.

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

Color convert

RGB 108 33 158 -
CMYK 0.32 0.79 0 0.38
HSL 276º 0.65% 0.37% -
HSV(B) 276º 0.79% 0.62% -
XYZ 12.9 6.74 32.97 -
YUV 69.68 177.85 155.34 -
System Red Green Blue C M Y K H S L
Decimal 108 33 158 0.32 0.79 0 0.38 276 0.65 0.37
Hex 6C 21 9E 20 4F 0 26 114 41 25
Octal 154 41 236 40 117 0 46 424 101 45
Binary 1101100 100001 10011110 100000 1001111 0 100110 100010100 1000001 100101

Color Harmonies of #6C219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C219E

Black with #6C219E

Text Example


Text Example

White with #6C219E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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