Html Css Color HEX #6F349B Royal Purple

📋 copy color: '#6F349B'

red 111 ◦ green 52 ◦ blue 155

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

Shades of Royal Purple #6F349B

Tints of Royal Purple #6F349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.35%

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

R = 34.91%
G = 16.35%
B = 48.74%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F349B (or 0x6F349B) is known color: Royal Purple. HEX triplet: 6F, 34 and 9B. RGB value is (111,52,155). Sum of RGB (Red+Green+Blue) = 111+52+155=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F349B is #90CB64. Grayscale: #515151. Windows color (decimal): -9489253 or 10171503. OLE color: 10171503.

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

Color convert

RGB 111 52 155 -
CMYK 0.28 0.66 0 0.39
HSL 274.37º 0.5% 0.41% -
HSV(B) 274.37º 0.66% 0.61% -
XYZ 13.7 8.2 31.87 -
YUV 81.38 169.55 149.12 -
System Red Green Blue C M Y K H S L
Decimal 111 52 155 0.28 0.66 0 0.39 274.37 0.5 0.41
Hex 6F 34 9B 1C 42 0 27 112 32 29
Octal 157 64 233 34 102 0 47 422 62 51
Binary 1101111 110100 10011011 11100 1000010 0 100111 100010010 110010 101001

Color Harmonies of #6F349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F349B

Black with #6F349B

Text Example


Text Example

White with #6F349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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