Html Css Color HEX #6F355B Palatinate Purple

📋 copy color: '#6F355B'

red 111 ◦ green 53 ◦ blue 91

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

Shades of Palatinate Purple #6F355B

Tints of Palatinate Purple #6F355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.78%

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

R = 43.53%
G = 20.78%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F355B (or 0x6F355B) is known color: Palatinate Purple. HEX triplet: 6F, 35 and 5B. RGB value is (111,53,91). Sum of RGB (Red+Green+Blue) = 111+53+91=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F355B is #90CAA4. Grayscale: #4A4A4A. Windows color (decimal): -9489061 or 5977455. OLE color: 5977455.

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

Color convert

RGB 111 53 91 -
CMYK 0 0.52 0.18 0.56
HSL 320.69º 0.35% 0.32% -
HSV(B) 320.69º 0.52% 0.44% -
XYZ 9.72 6.68 10.67 -
YUV 74.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 111 53 91 0 0.52 0.18 0.56 320.69 0.35 0.32
Hex 6F 35 5B 0 34 12 38 141 23 20
Octal 157 65 133 0 64 22 70 501 43 40
Binary 1101111 110101 1011011 0 110100 10010 111000 101000001 100011 100000

Color Harmonies of #6F355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F355B

Black with #6F355B

Text Example


Text Example

White with #6F355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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