Html Css Color HEX #6F355D Palatinate Purple

📋 copy color: '#6F355D'

red 111 ◦ green 53 ◦ blue 93

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

Shades of Palatinate Purple #6F355D

Tints of Palatinate Purple #6F355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.62%

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

R = 43.19%
G = 20.62%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F355D (or 0x6F355D) is known color: Palatinate Purple. HEX triplet: 6F, 35 and 5D. RGB value is (111,53,93). Sum of RGB (Red+Green+Blue) = 111+53+93=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F355D is #90CAA2. Grayscale: #4A4A4A. Windows color (decimal): -9489059 or 6108527. OLE color: 6108527.

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

Color convert

RGB 111 53 93 -
CMYK 0 0.52 0.16 0.56
HSL 318.62º 0.35% 0.32% -
HSV(B) 318.62º 0.52% 0.44% -
XYZ 9.8 6.72 11.14 -
YUV 74.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 111 53 93 0 0.52 0.16 0.56 318.62 0.35 0.32
Hex 6F 35 5D 0 34 10 38 13F 23 20
Octal 157 65 135 0 64 20 70 477 43 40
Binary 1101111 110101 1011101 0 110100 10000 111000 100111111 100011 100000

Color Harmonies of #6F355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F355D

Black with #6F355D

Text Example


Text Example

White with #6F355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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