Html Css Color HEX #6F279B Royal Purple

📋 copy color: '#6F279B'

red 111 ◦ green 39 ◦ blue 155

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

Shades of Royal Purple #6F279B

Tints of Royal Purple #6F279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.79%

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

R = 36.39%
G = 12.79%
B = 50.82%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F279B (or 0x6F279B) is known color: Royal Purple. HEX triplet: 6F, 27 and 9B. RGB value is (111,39,155). Sum of RGB (Red+Green+Blue) = 111+39+155=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F279B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F279B is #90D864. Grayscale: #494949. Windows color (decimal): -9492581 or 10168175. OLE color: 10168175.

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

Color convert

RGB 111 39 155 -
CMYK 0.28 0.75 0 0.39
HSL 277.24º 0.6% 0.38% -
HSV(B) 277.24º 0.75% 0.61% -
XYZ 13.2 7.2 31.7 -
YUV 73.75 173.85 154.57 -
System Red Green Blue C M Y K H S L
Decimal 111 39 155 0.28 0.75 0 0.39 277.24 0.6 0.38
Hex 6F 27 9B 1C 4B 0 27 115 3C 26
Octal 157 47 233 34 113 0 47 425 74 46
Binary 1101111 100111 10011011 11100 1001011 0 100111 100010101 111100 100110

Color Harmonies of #6F279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F279B

Black with #6F279B

Text Example


Text Example

White with #6F279B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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