Html Css Color HEX #6F3264 Palatinate Purple

📋 copy color: '#6F3264'

red 111 ◦ green 50 ◦ blue 100

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

Shades of Palatinate Purple #6F3264

Tints of Palatinate Purple #6F3264

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.16%

 BLUE value IS 100 (39.45% from 255) = 38.31%

R = 42.53%
G = 19.16%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F3264 (or 0x6F3264) is known color: Palatinate Purple. HEX triplet: 6F, 32 and 64. RGB value is (111,50,100). Sum of RGB (Red+Green+Blue) = 111+50+100=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3264 is #90CD9B. Grayscale: #494949. Windows color (decimal): -9489820 or 6566511. OLE color: 6566511.

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

Color convert

RGB 111 50 100 -
CMYK 0 0.55 0.10 0.56
HSL 310.82º 0.38% 0.32% -
HSV(B) 310.82º 0.55% 0.44% -
XYZ 10 6.58 12.8 -
YUV 73.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 111 50 100 0 0.55 0.10 0.56 310.82 0.38 0.32
Hex 6F 32 64 0 37 A 38 137 26 20
Octal 157 62 144 0 67 12 70 467 46 40
Binary 1101111 110010 1100100 0 110111 1010 111000 100110111 100110 100000

Color Harmonies of #6F3264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3264

Black with #6F3264

Text Example


Text Example

White with #6F3264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,50,100); }

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

background-color css

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

 a { background-color: rgb(111,50,100); }

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

border-color css

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

 span { border-color: rgb(111,50,100); }

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