Html Css Color HEX #6F345B Palatinate Purple

📋 copy color: '#6F345B'

red 111 ◦ green 52 ◦ blue 91

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

Shades of Palatinate Purple #6F345B

Tints of Palatinate Purple #6F345B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.83%

R = 43.7%
G = 20.47%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F345B (or 0x6F345B) is known color: Palatinate Purple. HEX triplet: 6F, 34 and 5B. RGB value is (111,52,91). Sum of RGB (Red+Green+Blue) = 111+52+91=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F345B is #90CBA4. Grayscale: #494949. Windows color (decimal): -9489317 or 5977199. OLE color: 5977199.

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

Color convert

RGB 111 52 91 -
CMYK 0 0.53 0.18 0.56
HSL 320.34º 0.36% 0.32% -
HSV(B) 320.34º 0.53% 0.44% -
XYZ 9.67 6.59 10.66 -
YUV 74.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 111 52 91 0 0.53 0.18 0.56 320.34 0.36 0.32
Hex 6F 34 5B 0 35 12 38 140 24 20
Octal 157 64 133 0 65 22 70 500 44 40
Binary 1101111 110100 1011011 0 110101 10010 111000 101000000 100100 100000

Color Harmonies of #6F345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F345B

Black with #6F345B

Text Example


Text Example

White with #6F345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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