Html Css Color HEX #6F345D Palatinate Purple

📋 copy color: '#6F345D'

red 111 ◦ green 52 ◦ blue 93

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

Shades of Palatinate Purple #6F345D

Tints of Palatinate Purple #6F345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.31%

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

R = 43.36%
G = 20.31%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F345D (or 0x6F345D) is known color: Palatinate Purple. HEX triplet: 6F, 34 and 5D. RGB value is (111,52,93). Sum of RGB (Red+Green+Blue) = 111+52+93=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F345D is #90CBA2. Grayscale: #4A4A4A. Windows color (decimal): -9489315 or 6108271. OLE color: 6108271.

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

Color convert

RGB 111 52 93 -
CMYK 0 0.53 0.16 0.56
HSL 318.31º 0.36% 0.32% -
HSV(B) 318.31º 0.53% 0.44% -
XYZ 9.76 6.63 11.12 -
YUV 74.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 111 52 93 0 0.53 0.16 0.56 318.31 0.36 0.32
Hex 6F 34 5D 0 35 10 38 13E 24 20
Octal 157 64 135 0 65 20 70 476 44 40
Binary 1101111 110100 1011101 0 110101 10000 111000 100111110 100100 100000

Color Harmonies of #6F345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F345D

Black with #6F345D

Text Example


Text Example

White with #6F345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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