Html Css Color HEX #6F275C Palatinate Purple

📋 copy color: '#6F275C'

red 111 ◦ green 39 ◦ blue 92

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

Shades of Palatinate Purple #6F275C

Tints of Palatinate Purple #6F275C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.02%

R = 45.87%
G = 16.12%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F275C (or 0x6F275C) is known color: Palatinate Purple. HEX triplet: 6F, 27 and 5C. RGB value is (111,39,92). Sum of RGB (Red+Green+Blue) = 111+39+92=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F275C is #90D8A3. Grayscale: #424242. Windows color (decimal): -9492644 or 6039407. OLE color: 6039407.

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

Color convert

RGB 111 39 92 -
CMYK 0 0.65 0.17 0.56
HSL 315.83º 0.48% 0.29% -
HSV(B) 315.83º 0.65% 0.44% -
XYZ 9.21 5.6 10.72 -
YUV 66.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 111 39 92 0 0.65 0.17 0.56 315.83 0.48 0.29
Hex 6F 27 5C 0 41 11 38 13C 30 1D
Octal 157 47 134 0 101 21 70 474 60 35
Binary 1101111 100111 1011100 0 1000001 10001 111000 100111100 110000 11101

Color Harmonies of #6F275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F275C

Black with #6F275C

Text Example


Text Example

White with #6F275C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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