Html Css Color HEX #6F385C Palatinate Purple

📋 copy color: '#6F385C'

red 111 ◦ green 56 ◦ blue 92

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

Shades of Palatinate Purple #6F385C

Tints of Palatinate Purple #6F385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.52%

R = 42.86%
G = 21.62%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F385C (or 0x6F385C) is known color: Palatinate Purple. HEX triplet: 6F, 38 and 5C. RGB value is (111,56,92). Sum of RGB (Red+Green+Blue) = 111+56+92=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F385C is #90C7A3. Grayscale: #4C4C4C. Windows color (decimal): -9488292 or 6043759. OLE color: 6043759.

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

Color convert

RGB 111 56 92 -
CMYK 0 0.50 0.17 0.56
HSL 320.73º 0.33% 0.33% -
HSV(B) 320.73º 0.5% 0.44% -
XYZ 9.9 6.98 10.95 -
YUV 76.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 111 56 92 0 0.50 0.17 0.56 320.73 0.33 0.33
Hex 6F 38 5C 0 32 11 38 141 21 21
Octal 157 70 134 0 62 21 70 501 41 41
Binary 1101111 111000 1011100 0 110010 10001 111000 101000001 100001 100001

Color Harmonies of #6F385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F385C

Black with #6F385C

Text Example


Text Example

White with #6F385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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