Html Css Color HEX #6F289B Royal Purple

📋 copy color: '#6F289B'

red 111 ◦ green 40 ◦ blue 155

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

Shades of Royal Purple #6F289B

Tints of Royal Purple #6F289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

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

R = 36.27%
G = 13.07%
B = 50.65%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F289B (or 0x6F289B) is known color: Royal Purple. HEX triplet: 6F, 28 and 9B. RGB value is (111,40,155). Sum of RGB (Red+Green+Blue) = 111+40+155=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F289B is #90D764. Grayscale: #494949. Windows color (decimal): -9492325 or 10168431. OLE color: 10168431.

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

Color convert

RGB 111 40 155 -
CMYK 0.28 0.74 0 0.39
HSL 277.04º 0.59% 0.38% -
HSV(B) 277.04º 0.74% 0.61% -
XYZ 13.23 7.26 31.72 -
YUV 74.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 111 40 155 0.28 0.74 0 0.39 277.04 0.59 0.38
Hex 6F 28 9B 1C 4A 0 27 115 3B 26
Octal 157 50 233 34 112 0 47 425 73 46
Binary 1101111 101000 10011011 11100 1001010 0 100111 100010101 111011 100110

Color Harmonies of #6F289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F289B

Black with #6F289B

Text Example


Text Example

White with #6F289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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