Html Css Color HEX #6C2B9F Royal Purple

📋 copy color: '#6C2B9F'

red 108 ◦ green 43 ◦ blue 159

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

Shades of Royal Purple #6C2B9F

Tints of Royal Purple #6C2B9F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.87%

 BLUE value IS 159 (62.5% from 255) = 51.29%

R = 34.84%
G = 13.87%
B = 51.29%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C2B9F (or 0x6C2B9F) is known color: Royal Purple. HEX triplet: 6C, 2B and 9F. RGB value is (108,43,159). Sum of RGB (Red+Green+Blue) = 108+43+159=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C2B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2B9F is #93D460. Grayscale: #4B4B4B. Windows color (decimal): -9688161 or 10431340. OLE color: 10431340.

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

Color convert

RGB 108 43 159 -
CMYK 0.32 0.73 0 0.38
HSL 273.62º 0.57% 0.4% -
HSV(B) 273.62º 0.73% 0.62% -
XYZ 13.31 7.42 33.53 -
YUV 75.66 175.03 151.07 -
System Red Green Blue C M Y K H S L
Decimal 108 43 159 0.32 0.73 0 0.38 273.62 0.57 0.4
Hex 6C 2B 9F 20 49 0 26 112 39 28
Octal 154 53 237 40 111 0 46 422 71 50
Binary 1101100 101011 10011111 100000 1001001 0 100110 100010010 111001 101000

Color Harmonies of #6C2B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2B9F

Black with #6C2B9F

Text Example


Text Example

White with #6C2B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,43,159); }

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

background-color css

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

 a { background-color: rgb(108,43,159); }

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

border-color css

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

 span { border-color: rgb(108,43,159); }

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