Html Css Color HEX #6F3768 Palatinate Purple

📋 copy color: '#6F3768'

red 111 ◦ green 55 ◦ blue 104

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

Shades of Palatinate Purple #6F3768

Tints of Palatinate Purple #6F3768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.37%

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

R = 41.11%
G = 20.37%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F3768 (or 0x6F3768) is known color: Palatinate Purple. HEX triplet: 6F, 37 and 68. RGB value is (111,55,104). Sum of RGB (Red+Green+Blue) = 111+55+104=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3768 is #90C897. Grayscale: #4D4D4D. Windows color (decimal): -9488536 or 6829935. OLE color: 6829935.

HSL color Cylindrical-coordinate representation of color #6F3768: hue angle of 307.5º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3768 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 55 104 -
CMYK 0 0.50 0.06 0.56
HSL 307.5º 0.34% 0.33% -
HSV(B) 307.5º 0.5% 0.44% -
XYZ 10.42 7.11 13.92 -
YUV 77.33 143.05 152.02 -
System Red Green Blue C M Y K H S L
Decimal 111 55 104 0 0.50 0.06 0.56 307.5 0.34 0.33
Hex 6F 37 68 0 32 6 38 134 22 21
Octal 157 67 150 0 62 6 70 464 42 41
Binary 1101111 110111 1101000 0 110010 110 111000 100110100 100010 100001

Color Harmonies of #6F3768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3768

Black with #6F3768

Text Example


Text Example

White with #6F3768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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