Html Css Color HEX #6F3598 Royal Purple

📋 copy color: '#6F3598'

red 111 ◦ green 53 ◦ blue 152

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

Shades of Royal Purple #6F3598

Tints of Royal Purple #6F3598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 48.1%

R = 35.13%
G = 16.77%
B = 48.1%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F3598 (or 0x6F3598) is known color: Royal Purple. HEX triplet: 6F, 35 and 98. RGB value is (111,53,152). Sum of RGB (Red+Green+Blue) = 111+53+152=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F3598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3598 is #90CA67. Grayscale: #515151. Windows color (decimal): -9489000 or 9975151. OLE color: 9975151.

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

Color convert

RGB 111 53 152 -
CMYK 0.27 0.65 0 0.40
HSL 275.15º 0.48% 0.4% -
HSV(B) 275.15º 0.65% 0.6% -
XYZ 13.5 8.19 30.58 -
YUV 81.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 111 53 152 0.27 0.65 0 0.40 275.15 0.48 0.4
Hex 6F 35 98 1B 41 0 28 113 30 28
Octal 157 65 230 33 101 0 50 423 60 50
Binary 1101111 110101 10011000 11011 1000001 0 101000 100010011 110000 101000

Color Harmonies of #6F3598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3598

Black with #6F3598

Text Example


Text Example

White with #6F3598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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