Html Css Color HEX #6F3C5F Palatinate Purple

📋 copy color: '#6F3C5F'

red 111 ◦ green 60 ◦ blue 95

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

Shades of Palatinate Purple #6F3C5F

Tints of Palatinate Purple #6F3C5F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.56%

 BLUE value IS 95 (37.5% from 255) = 35.71%

R = 41.73%
G = 22.56%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F3C5F (or 0x6F3C5F) is known color: Palatinate Purple. HEX triplet: 6F, 3C and 5F. RGB value is (111,60,95). Sum of RGB (Red+Green+Blue) = 111+60+95=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3C5F is #90C3A0. Grayscale: #4F4F4F. Windows color (decimal): -9487265 or 6241391. OLE color: 6241391.

HSL color Cylindrical-coordinate representation of color #6F3C5F: hue angle of 318.82º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F3C5F is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 60 95 -
CMYK 0 0.46 0.14 0.56
HSL 318.82º 0.3% 0.34% -
HSV(B) 318.82º 0.46% 0.44% -
XYZ 10.24 7.44 11.72 -
YUV 79.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 111 60 95 0 0.46 0.14 0.56 318.82 0.3 0.34
Hex 6F 3C 5F 0 2E E 38 13F 1E 22
Octal 157 74 137 0 56 16 70 477 36 42
Binary 1101111 111100 1011111 0 101110 1110 111000 100111111 11110 100010

Color Harmonies of #6F3C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3C5F

Black with #6F3C5F

Text Example


Text Example

White with #6F3C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,60,95); }

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

background-color css

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

 a { background-color: rgb(111,60,95); }

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

border-color css

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

 span { border-color: rgb(111,60,95); }

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