Html Css Color HEX #6F3669 Palatinate Purple

📋 copy color: '#6F3669'

red 111 ◦ green 54 ◦ blue 105

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

Shades of Palatinate Purple #6F3669

Tints of Palatinate Purple #6F3669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20%

 BLUE value IS 105 (41.41% from 255) = 38.89%

R = 41.11%
G = 20%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F3669 (or 0x6F3669) is known color: Palatinate Purple. HEX triplet: 6F, 36 and 69. RGB value is (111,54,105). Sum of RGB (Red+Green+Blue) = 111+54+105=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3669 is #90C996. Grayscale: #4C4C4C. Windows color (decimal): -9488791 or 6895215. OLE color: 6895215.

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

Color convert

RGB 111 54 105 -
CMYK 0 0.51 0.05 0.56
HSL 306.32º 0.35% 0.32% -
HSV(B) 306.32º 0.51% 0.44% -
XYZ 10.42 7.04 14.17 -
YUV 76.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 111 54 105 0 0.51 0.05 0.56 306.32 0.35 0.32
Hex 6F 36 69 0 33 5 38 132 23 20
Octal 157 66 151 0 63 5 70 462 43 40
Binary 1101111 110110 1101001 0 110011 101 111000 100110010 100011 100000

Color Harmonies of #6F3669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3669

Black with #6F3669

Text Example


Text Example

White with #6F3669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,54,105); }

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

background-color css

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

 a { background-color: rgb(111,54,105); }

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

border-color css

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

 span { border-color: rgb(111,54,105); }

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