Html Css Color HEX #6F3597 Royal Purple

📋 copy color: '#6F3597'

red 111 ◦ green 53 ◦ blue 151

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

Shades of Royal Purple #6F3597

Tints of Royal Purple #6F3597

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.83%

 BLUE value IS 151 (59.38% from 255) = 47.94%

R = 35.24%
G = 16.83%
B = 47.94%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6F3597 (or 0x6F3597) is known color: Royal Purple. HEX triplet: 6F, 35 and 97. RGB value is (111,53,151). Sum of RGB (Red+Green+Blue) = 111+53+151=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #6F3597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3597 is #90CA68. Grayscale: #515151. Windows color (decimal): -9489001 or 9909615. OLE color: 9909615.

HSL color Cylindrical-coordinate representation of color #6F3597: hue angle of 275.51º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F3597 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 111 53 151 -
CMYK 0.26 0.65 0 0.41
HSL 275.51º 0.48% 0.4% -
HSV(B) 275.51º 0.65% 0.59% -
XYZ 13.41 8.16 30.15 -
YUV 81.51 167.22 149.03 -
System Red Green Blue C M Y K H S L
Decimal 111 53 151 0.26 0.65 0 0.41 275.51 0.48 0.4
Hex 6F 35 97 1A 41 0 29 114 30 28
Octal 157 65 227 32 101 0 51 424 60 50
Binary 1101111 110101 10010111 11010 1000001 0 101001 100010100 110000 101000

Color Harmonies of #6F3597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3597

Black with #6F3597

Text Example


Text Example

White with #6F3597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,53,151); }

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

background-color css

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

 a { background-color: rgb(111,53,151); }

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

border-color css

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

 span { border-color: rgb(111,53,151); }

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