Html Css Color HEX #6F349D Royal Purple

📋 copy color: '#6F349D'

red 111 ◦ green 52 ◦ blue 157

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

Shades of Royal Purple #6F349D

Tints of Royal Purple #6F349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.06%

R = 34.69%
G = 16.25%
B = 49.06%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F349D (or 0x6F349D) is known color: Royal Purple. HEX triplet: 6F, 34 and 9D. RGB value is (111,52,157). Sum of RGB (Red+Green+Blue) = 111+52+157=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F349D is #90CB62. Grayscale: #515151. Windows color (decimal): -9489251 or 10302575. OLE color: 10302575.

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

Color convert

RGB 111 52 157 -
CMYK 0.29 0.67 0 0.38
HSL 273.71º 0.5% 0.41% -
HSV(B) 273.71º 0.67% 0.62% -
XYZ 13.87 8.27 32.76 -
YUV 81.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 111 52 157 0.29 0.67 0 0.38 273.71 0.5 0.41
Hex 6F 34 9D 1D 43 0 26 112 32 29
Octal 157 64 235 35 103 0 46 422 62 51
Binary 1101111 110100 10011101 11101 1000011 0 100110 100010010 110010 101001

Color Harmonies of #6F349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F349D

Black with #6F349D

Text Example


Text Example

White with #6F349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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