Html Css Color HEX #6F399E Royal Purple

📋 copy color: '#6F399E'

red 111 ◦ green 57 ◦ blue 158

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

Shades of Royal Purple #6F399E

Tints of Royal Purple #6F399E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.48%

 BLUE value IS 158 (62.11% from 255) = 48.47%

R = 34.05%
G = 17.48%
B = 48.47%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F399E (or 0x6F399E) is known color: Royal Purple. HEX triplet: 6F, 39 and 9E. RGB value is (111,57,158). Sum of RGB (Red+Green+Blue) = 111+57+158=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F399E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F399E is #90C661. Grayscale: #545454. Windows color (decimal): -9487970 or 10369391. OLE color: 10369391.

HSL color Cylindrical-coordinate representation of color #6F399E: hue angle of 272.08º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F399E is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 57 158 -
CMYK 0.30 0.64 0 0.38
HSL 272.08º 0.47% 0.42% -
HSV(B) 272.08º 0.64% 0.62% -
XYZ 14.19 8.77 33.29 -
YUV 84.66 169.39 146.79 -
System Red Green Blue C M Y K H S L
Decimal 111 57 158 0.30 0.64 0 0.38 272.08 0.47 0.42
Hex 6F 39 9E 1E 40 0 26 110 2F 2A
Octal 157 71 236 36 100 0 46 420 57 52
Binary 1101111 111001 10011110 11110 1000000 0 100110 100010000 101111 101010

Color Harmonies of #6F399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F399E

Black with #6F399E

Text Example


Text Example

White with #6F399E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,57,158); }

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

background-color css

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

 a { background-color: rgb(111,57,158); }

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

border-color css

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

 span { border-color: rgb(111,57,158); }

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