Html Css Color HEX #6F275F Palatinate Purple

📋 copy color: '#6F275F'

red 111 ◦ green 39 ◦ blue 95

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

Shades of Palatinate Purple #6F275F

Tints of Palatinate Purple #6F275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.92%

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 45.31%
G = 15.92%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F275F (or 0x6F275F) is known color: Palatinate Purple. HEX triplet: 6F, 27 and 5F. RGB value is (111,39,95). Sum of RGB (Red+Green+Blue) = 111+39+95=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F275F is #90D8A0. Grayscale: #424242. Windows color (decimal): -9492641 or 6236015. OLE color: 6236015.

HSL color Cylindrical-coordinate representation of color #6F275F: hue angle of 313.33º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F275F is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 39 95 -
CMYK 0 0.65 0.14 0.56
HSL 313.33º 0.48% 0.29% -
HSV(B) 313.33º 0.65% 0.44% -
XYZ 9.35 5.66 11.43 -
YUV 66.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 111 39 95 0 0.65 0.14 0.56 313.33 0.48 0.29
Hex 6F 27 5F 0 41 E 38 139 30 1D
Octal 157 47 137 0 101 16 70 471 60 35
Binary 1101111 100111 1011111 0 1000001 1110 111000 100111001 110000 11101

Color Harmonies of #6F275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F275F

Black with #6F275F

Text Example


Text Example

White with #6F275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,39,95); }

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

background-color css

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

 a { background-color: rgb(111,39,95); }

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

border-color css

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

 span { border-color: rgb(111,39,95); }

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