Html Css Color HEX #6C209F Royal Purple

📋 copy color: '#6C209F'

red 108 ◦ green 32 ◦ blue 159

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

Shades of Royal Purple #6C209F

Tints of Royal Purple #6C209F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.7%

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

R = 36.12%
G = 10.7%
B = 53.18%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C209F (or 0x6C209F) is known color: Royal Purple. HEX triplet: 6C, 20 and 9F. RGB value is (108,32,159). Sum of RGB (Red+Green+Blue) = 108+32+159=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C209F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C209F is #93DF60. Grayscale: #444444. Windows color (decimal): -9690977 or 10428524. OLE color: 10428524.

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

Color convert

RGB 108 32 159 -
CMYK 0.32 0.80 0 0.38
HSL 275.91º 0.66% 0.37% -
HSV(B) 275.91º 0.8% 0.62% -
XYZ 12.96 6.72 33.42 -
YUV 69.2 178.68 155.67 -
System Red Green Blue C M Y K H S L
Decimal 108 32 159 0.32 0.80 0 0.38 275.91 0.66 0.37
Hex 6C 20 9F 20 50 0 26 114 42 25
Octal 154 40 237 40 120 0 46 424 102 45
Binary 1101100 100000 10011111 100000 1010000 0 100110 100010100 1000010 100101

Color Harmonies of #6C209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C209F

Black with #6C209F

Text Example


Text Example

White with #6C209F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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