Html Css Color HEX #6F385D Palatinate Purple

📋 copy color: '#6F385D'

red 111 ◦ green 56 ◦ blue 93

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

Shades of Palatinate Purple #6F385D

Tints of Palatinate Purple #6F385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.54%

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

R = 42.69%
G = 21.54%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F385D (or 0x6F385D) is known color: Palatinate Purple. HEX triplet: 6F, 38 and 5D. RGB value is (111,56,93). Sum of RGB (Red+Green+Blue) = 111+56+93=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F385D is #90C7A2. Grayscale: #4C4C4C. Windows color (decimal): -9488291 or 6109295. OLE color: 6109295.

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

Color convert

RGB 111 56 93 -
CMYK 0 0.50 0.16 0.56
HSL 319.64º 0.33% 0.33% -
HSV(B) 319.64º 0.5% 0.44% -
XYZ 9.95 7 11.18 -
YUV 76.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 111 56 93 0 0.50 0.16 0.56 319.64 0.33 0.33
Hex 6F 38 5D 0 32 10 38 140 21 21
Octal 157 70 135 0 62 20 70 500 41 41
Binary 1101111 111000 1011101 0 110010 10000 111000 101000000 100001 100001

Color Harmonies of #6F385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F385D

Black with #6F385D

Text Example


Text Example

White with #6F385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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