Html Css Color HEX #6F329B Royal Purple

📋 copy color: '#6F329B'

red 111 ◦ green 50 ◦ blue 155

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

Shades of Royal Purple #6F329B

Tints of Royal Purple #6F329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.05%

R = 35.13%
G = 15.82%
B = 49.05%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F329B (or 0x6F329B) is known color: Royal Purple. HEX triplet: 6F, 32 and 9B. RGB value is (111,50,155). Sum of RGB (Red+Green+Blue) = 111+50+155=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F329B is #90CD64. Grayscale: #4F4F4F. Windows color (decimal): -9489765 or 10170991. OLE color: 10170991.

HSL color Cylindrical-coordinate representation of color #6F329B: hue angle of 274.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F329B is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 50 155 -
CMYK 0.28 0.68 0 0.39
HSL 274.86º 0.51% 0.4% -
HSV(B) 274.86º 0.68% 0.61% -
XYZ 13.61 8.03 31.84 -
YUV 80.21 170.21 149.96 -
System Red Green Blue C M Y K H S L
Decimal 111 50 155 0.28 0.68 0 0.39 274.86 0.51 0.4
Hex 6F 32 9B 1C 44 0 27 113 33 28
Octal 157 62 233 34 104 0 47 423 63 50
Binary 1101111 110010 10011011 11100 1000100 0 100111 100010011 110011 101000

Color Harmonies of #6F329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F329B

Black with #6F329B

Text Example


Text Example

White with #6F329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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