Html Css Color HEX #6F2F5B Palatinate Purple

📋 copy color: '#6F2F5B'

red 111 ◦ green 47 ◦ blue 91

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

Shades of Palatinate Purple #6F2F5B

Tints of Palatinate Purple #6F2F5B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.88%

 BLUE value IS 91 (35.94% from 255) = 36.55%

R = 44.58%
G = 18.88%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F2F5B (or 0x6F2F5B) is known color: Palatinate Purple. HEX triplet: 6F, 2F and 5B. RGB value is (111,47,91). Sum of RGB (Red+Green+Blue) = 111+47+91=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2F5B is #90D0A4. Grayscale: #474747. Windows color (decimal): -9490597 or 5975919. OLE color: 5975919.

HSL color Cylindrical-coordinate representation of color #6F2F5B: hue angle of 318.75º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F2F5B is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 47 91 -
CMYK 0 0.58 0.18 0.56
HSL 318.75º 0.41% 0.31% -
HSV(B) 318.75º 0.58% 0.44% -
XYZ 9.46 6.17 10.59 -
YUV 71.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 111 47 91 0 0.58 0.18 0.56 318.75 0.41 0.31
Hex 6F 2F 5B 0 3A 12 38 13F 29 1F
Octal 157 57 133 0 72 22 70 477 51 37
Binary 1101111 101111 1011011 0 111010 10010 111000 100111111 101001 11111

Color Harmonies of #6F2F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2F5B

Black with #6F2F5B

Text Example


Text Example

White with #6F2F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,47,91); }

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

background-color css

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

 a { background-color: rgb(111,47,91); }

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

border-color css

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

 span { border-color: rgb(111,47,91); }

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