Html Css Color HEX #6F275E Palatinate Purple

📋 copy color: '#6F275E'

red 111 ◦ green 39 ◦ blue 94

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

Shades of Palatinate Purple #6F275E

Tints of Palatinate Purple #6F275E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 38.52%

R = 45.49%
G = 15.98%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F275E (or 0x6F275E) is known color: Palatinate Purple. HEX triplet: 6F, 27 and 5E. RGB value is (111,39,94). Sum of RGB (Red+Green+Blue) = 111+39+94=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F275E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F275E is #90D8A1. Grayscale: #424242. Windows color (decimal): -9492642 or 6170479. OLE color: 6170479.

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

Color convert

RGB 111 39 94 -
CMYK 0 0.65 0.15 0.56
HSL 314.17º 0.48% 0.29% -
HSV(B) 314.17º 0.65% 0.44% -
XYZ 9.3 5.64 11.19 -
YUV 66.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 111 39 94 0 0.65 0.15 0.56 314.17 0.48 0.29
Hex 6F 27 5E 0 41 F 38 13A 30 1D
Octal 157 47 136 0 101 17 70 472 60 35
Binary 1101111 100111 1011110 0 1000001 1111 111000 100111010 110000 11101

Color Harmonies of #6F275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F275E

Black with #6F275E

Text Example


Text Example

White with #6F275E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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