Html Css Color HEX #6F365E Palatinate Purple

📋 copy color: '#6F365E'

red 111 ◦ green 54 ◦ blue 94

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

Shades of Palatinate Purple #6F365E

Tints of Palatinate Purple #6F365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.85%

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

R = 42.86%
G = 20.85%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F365E (or 0x6F365E) is known color: Palatinate Purple. HEX triplet: 6F, 36 and 5E. RGB value is (111,54,94). Sum of RGB (Red+Green+Blue) = 111+54+94=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F365E is #90C9A1. Grayscale: #4B4B4B. Windows color (decimal): -9488802 or 6174319. OLE color: 6174319.

HSL color Cylindrical-coordinate representation of color #6F365E: hue angle of 317.89º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F365E is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 54 94 -
CMYK 0 0.51 0.15 0.56
HSL 317.89º 0.35% 0.32% -
HSV(B) 317.89º 0.51% 0.44% -
XYZ 9.9 6.83 11.39 -
YUV 75.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 111 54 94 0 0.51 0.15 0.56 317.89 0.35 0.32
Hex 6F 36 5E 0 33 F 38 13E 23 20
Octal 157 66 136 0 63 17 70 476 43 40
Binary 1101111 110110 1011110 0 110011 1111 111000 100111110 100011 100000

Color Harmonies of #6F365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F365E

Black with #6F365E

Text Example


Text Example

White with #6F365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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