Html Css Color HEX #6F285D Palatinate Purple

📋 copy color: '#6F285D'

red 111 ◦ green 40 ◦ blue 93

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

Shades of Palatinate Purple #6F285D

Tints of Palatinate Purple #6F285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.39%

 BLUE value IS 93 (36.72% from 255) = 38.11%

R = 45.49%
G = 16.39%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F285D (or 0x6F285D) is known color: Palatinate Purple. HEX triplet: 6F, 28 and 5D. RGB value is (111,40,93). Sum of RGB (Red+Green+Blue) = 111+40+93=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F285D is #90D7A2. Grayscale: #434343. Windows color (decimal): -9492387 or 6105199. OLE color: 6105199.

HSL color Cylindrical-coordinate representation of color #6F285D: hue angle of 315.21º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F285D is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 40 93 -
CMYK 0 0.64 0.16 0.56
HSL 315.21º 0.47% 0.3% -
HSV(B) 315.21º 0.64% 0.44% -
XYZ 9.29 5.69 10.96 -
YUV 67.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 111 40 93 0 0.64 0.16 0.56 315.21 0.47 0.3
Hex 6F 28 5D 0 40 10 38 13B 2F 1E
Octal 157 50 135 0 100 20 70 473 57 36
Binary 1101111 101000 1011101 0 1000000 10000 111000 100111011 101111 11110

Color Harmonies of #6F285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F285D

Black with #6F285D

Text Example


Text Example

White with #6F285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,40,93); }

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

background-color css

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

 a { background-color: rgb(111,40,93); }

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

border-color css

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

 span { border-color: rgb(111,40,93); }

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