Html Css Color HEX #6F2C9B Royal Purple

📋 copy color: '#6F2C9B'

red 111 ◦ green 44 ◦ blue 155

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

Shades of Royal Purple #6F2C9B

Tints of Royal Purple #6F2C9B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.19%

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

R = 35.81%
G = 14.19%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F2C9B (or 0x6F2C9B) is known color: Royal Purple. HEX triplet: 6F, 2C and 9B. RGB value is (111,44,155). Sum of RGB (Red+Green+Blue) = 111+44+155=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F2C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2C9B is #90D364. Grayscale: #4C4C4C. Windows color (decimal): -9491301 or 10169455. OLE color: 10169455.

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

Color convert

RGB 111 44 155 -
CMYK 0.28 0.72 0 0.39
HSL 276.22º 0.56% 0.39% -
HSV(B) 276.22º 0.72% 0.61% -
XYZ 13.37 7.55 31.76 -
YUV 76.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 111 44 155 0.28 0.72 0 0.39 276.22 0.56 0.39
Hex 6F 2C 9B 1C 48 0 27 114 38 27
Octal 157 54 233 34 110 0 47 424 70 47
Binary 1101111 101100 10011011 11100 1001000 0 100111 100010100 111000 100111

Color Harmonies of #6F2C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2C9B

Black with #6F2C9B

Text Example


Text Example

White with #6F2C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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