Html Css Color HEX #6F075A Palatinate Purple

📋 copy color: '#6F075A'

red 111 ◦ green 7 ◦ blue 90

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

Shades of Palatinate Purple #6F075A

Tints of Palatinate Purple #6F075A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.27%

R = 53.37%
G = 3.37%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6F075A (or 0x6F075A) is known color: Palatinate Purple. HEX triplet: 6F, 07 and 5A. RGB value is (111,7,90). Sum of RGB (Red+Green+Blue) = 111+7+90=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F075A is #90F8A5. Grayscale: #2F2F2F. Windows color (decimal): -9500838 or 5900143. OLE color: 5900143.

HSL color Cylindrical-coordinate representation of color #6F075A: hue angle of 312.12º 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 #6F075A is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 7 90 -
CMYK 0 0.94 0.19 0.56
HSL 312.12º 0.88% 0.23% -
HSV(B) 312.12º 0.94% 0.44% -
XYZ 8.48 4.27 10.05 -
YUV 47.56 151.96 173.25 -
System Red Green Blue C M Y K H S L
Decimal 111 7 90 0 0.94 0.19 0.56 312.12 0.88 0.23
Hex 6F 7 5A 0 5E 13 38 138 58 17
Octal 157 7 132 0 136 23 70 470 130 27
Binary 1101111 111 1011010 0 1011110 10011 111000 100111000 1011000 10111

Color Harmonies of #6F075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F075A

Black with #6F075A

Text Example


Text Example

White with #6F075A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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