Html Css Color HEX #6F329E Royal Purple

📋 copy color: '#6F329E'

red 111 ◦ green 50 ◦ blue 158

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

Shades of Royal Purple #6F329E

Tints of Royal Purple #6F329E

RGB

 RED value IS 111 (43.75% from 255) = 34.8%

 GREEN value IS 50 (19.92% from 255) = 15.67%

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

R = 34.8%
G = 15.67%
B = 49.53%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F329E (or 0x6F329E) is known color: Royal Purple. HEX triplet: 6F, 32 and 9E. RGB value is (111,50,158). Sum of RGB (Red+Green+Blue) = 111+50+158=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F329E is #90CD61. Grayscale: #505050. Windows color (decimal): -9489762 or 10367599. OLE color: 10367599.

HSL color Cylindrical-coordinate representation of color #6F329E: hue angle of 273.89º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F329E is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 50 158 -
CMYK 0.30 0.68 0 0.38
HSL 273.89º 0.52% 0.41% -
HSV(B) 273.89º 0.68% 0.62% -
XYZ 13.87 8.13 33.19 -
YUV 80.55 171.71 149.72 -
System Red Green Blue C M Y K H S L
Decimal 111 50 158 0.30 0.68 0 0.38 273.89 0.52 0.41
Hex 6F 32 9E 1E 44 0 26 112 34 29
Octal 157 62 236 36 104 0 46 422 64 51
Binary 1101111 110010 10011110 11110 1000100 0 100110 100010010 110100 101001

Color Harmonies of #6F329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F329E

Black with #6F329E

Text Example


Text Example

White with #6F329E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,50,158); }

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

background-color css

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

 a { background-color: rgb(111,50,158); }

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

border-color css

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

 span { border-color: rgb(111,50,158); }

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