Html Css Color HEX #6F335D Palatinate Purple

📋 copy color: '#6F335D'

red 111 ◦ green 51 ◦ blue 93

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

Shades of Palatinate Purple #6F335D

Tints of Palatinate Purple #6F335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20%

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

R = 43.53%
G = 20%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F335D (or 0x6F335D) is known color: Palatinate Purple. HEX triplet: 6F, 33 and 5D. RGB value is (111,51,93). Sum of RGB (Red+Green+Blue) = 111+51+93=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F335D is #90CCA2. Grayscale: #494949. Windows color (decimal): -9489571 or 6108015. OLE color: 6108015.

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

Color convert

RGB 111 51 93 -
CMYK 0 0.54 0.16 0.56
HSL 318º 0.37% 0.32% -
HSV(B) 318º 0.54% 0.44% -
XYZ 9.72 6.54 11.11 -
YUV 73.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 111 51 93 0 0.54 0.16 0.56 318 0.37 0.32
Hex 6F 33 5D 0 36 10 38 13E 25 20
Octal 157 63 135 0 66 20 70 476 45 40
Binary 1101111 110011 1011101 0 110110 10000 111000 100111110 100101 100000

Color Harmonies of #6F335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F335D

Black with #6F335D

Text Example


Text Example

White with #6F335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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