Html Css Color HEX #6F269B Royal Purple

📋 copy color: '#6F269B'

red 111 ◦ green 38 ◦ blue 155

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

Shades of Royal Purple #6F269B

Tints of Royal Purple #6F269B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.5%

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

R = 36.51%
G = 12.5%
B = 50.99%

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

#6F269B (or 0x6F269B) is known color: Royal Purple. HEX triplet: 6F, 26 and 9B. RGB value is (111,38,155). Sum of RGB (Red+Green+Blue) = 111+38+155=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F269B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F269B is #90D964. Grayscale: #484848. Windows color (decimal): -9492837 or 10167919. OLE color: 10167919.

HSL color Cylindrical-coordinate representation of color #6F269B: hue angle of 277.44º degrees, saturation: 0.61, 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 #6F269B is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 38 155 -
CMYK 0.28 0.75 0 0.39
HSL 277.44º 0.61% 0.38% -
HSV(B) 277.44º 0.75% 0.61% -
XYZ 13.17 7.13 31.69 -
YUV 73.17 174.18 154.99 -
System Red Green Blue C M Y K H S L
Decimal 111 38 155 0.28 0.75 0 0.39 277.44 0.61 0.38
Hex 6F 26 9B 1C 4B 0 27 115 3D 26
Octal 157 46 233 34 113 0 47 425 75 46
Binary 1101111 100110 10011011 11100 1001011 0 100111 100010101 111101 100110

Color Harmonies of #6F269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F269B

Black with #6F269B

Text Example


Text Example

White with #6F269B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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