Html Css Color HEX #6F075B Palatinate Purple

📋 copy color: '#6F075B'

red 111 ◦ green 7 ◦ blue 91

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

Shades of Palatinate Purple #6F075B

Tints of Palatinate Purple #6F075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.35%

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

R = 53.11%
G = 3.35%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F075B (or 0x6F075B) is known color: Palatinate Purple. HEX triplet: 6F, 07 and 5B. RGB value is (111,7,91). Sum of RGB (Red+Green+Blue) = 111+7+91=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F075B is #90F8A4. Grayscale: #2F2F2F. Windows color (decimal): -9500837 or 5965679. OLE color: 5965679.

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

Color convert

RGB 111 7 91 -
CMYK 0 0.94 0.18 0.56
HSL 311.54º 0.88% 0.23% -
HSV(B) 311.54º 0.94% 0.44% -
XYZ 8.52 4.29 10.28 -
YUV 47.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 111 7 91 0 0.94 0.18 0.56 311.54 0.88 0.23
Hex 6F 7 5B 0 5E 12 38 138 58 17
Octal 157 7 133 0 136 22 70 470 130 27
Binary 1101111 111 1011011 0 1011110 10010 111000 100111000 1011000 10111

Color Harmonies of #6F075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F075B

Black with #6F075B

Text Example


Text Example

White with #6F075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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