Html Css Color HEX #6F065B Palatinate Purple

📋 copy color: '#6F065B'

red 111 ◦ green 6 ◦ blue 91

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

Shades of Palatinate Purple #6F065B

Tints of Palatinate Purple #6F065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.88%

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

R = 53.37%
G = 2.88%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F065B (or 0x6F065B) is known color: Palatinate Purple. HEX triplet: 6F, 06 and 5B. RGB value is (111,6,91). Sum of RGB (Red+Green+Blue) = 111+6+91=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F065B is #90F9A4. Grayscale: #2E2E2E. Windows color (decimal): -9501093 or 5965423. OLE color: 5965423.

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

Color convert

RGB 111 6 91 -
CMYK 0 0.95 0.18 0.56
HSL 311.43º 0.9% 0.23% -
HSV(B) 311.43º 0.95% 0.44% -
XYZ 8.51 4.27 10.27 -
YUV 47.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 111 6 91 0 0.95 0.18 0.56 311.43 0.9 0.23
Hex 6F 6 5B 0 5F 12 38 137 5A 17
Octal 157 6 133 0 137 22 70 467 132 27
Binary 1101111 110 1011011 0 1011111 10010 111000 100110111 1011010 10111

Color Harmonies of #6F065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F065B

Black with #6F065B

Text Example


Text Example

White with #6F065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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