Html Css Color HEX #6F285E Palatinate Purple

📋 copy color: '#6F285E'

red 111 ◦ green 40 ◦ blue 94

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

Shades of Palatinate Purple #6F285E

Tints of Palatinate Purple #6F285E

RGB

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

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

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

R = 45.31%
G = 16.33%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F285E (or 0x6F285E) is known color: Palatinate Purple. HEX triplet: 6F, 28 and 5E. RGB value is (111,40,94). Sum of RGB (Red+Green+Blue) = 111+40+94=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F285E is #90D7A1. Grayscale: #434343. Windows color (decimal): -9492386 or 6170735. OLE color: 6170735.

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

Color convert

RGB 111 40 94 -
CMYK 0 0.64 0.15 0.56
HSL 314.37º 0.47% 0.3% -
HSV(B) 314.37º 0.64% 0.44% -
XYZ 9.33 5.71 11.2 -
YUV 67.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 111 40 94 0 0.64 0.15 0.56 314.37 0.47 0.3
Hex 6F 28 5E 0 40 F 38 13A 2F 1E
Octal 157 50 136 0 100 17 70 472 57 36
Binary 1101111 101000 1011110 0 1000000 1111 111000 100111010 101111 11110

Color Harmonies of #6F285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F285E

Black with #6F285E

Text Example


Text Example

White with #6F285E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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