Html Css Color HEX #6F3668 Palatinate Purple

📋 copy color: '#6F3668'

red 111 ◦ green 54 ◦ blue 104

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

Shades of Palatinate Purple #6F3668

Tints of Palatinate Purple #6F3668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.66%

R = 41.26%
G = 20.07%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F3668 (or 0x6F3668) is known color: Palatinate Purple. HEX triplet: 6F, 36 and 68. RGB value is (111,54,104). Sum of RGB (Red+Green+Blue) = 111+54+104=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3668 is #90C997. Grayscale: #4C4C4C. Windows color (decimal): -9488792 or 6829679. OLE color: 6829679.

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

Color convert

RGB 111 54 104 -
CMYK 0 0.51 0.06 0.56
HSL 307.37º 0.35% 0.32% -
HSV(B) 307.37º 0.51% 0.44% -
XYZ 10.37 7.02 13.9 -
YUV 76.74 143.38 152.43 -
System Red Green Blue C M Y K H S L
Decimal 111 54 104 0 0.51 0.06 0.56 307.37 0.35 0.32
Hex 6F 36 68 0 33 6 38 133 23 20
Octal 157 66 150 0 63 6 70 463 43 40
Binary 1101111 110110 1101000 0 110011 110 111000 100110011 100011 100000

Color Harmonies of #6F3668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3668

Black with #6F3668

Text Example


Text Example

White with #6F3668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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