Html Css Color HEX #6F3663 Palatinate Purple

📋 copy color: '#6F3663'

red 111 ◦ green 54 ◦ blue 99

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

Shades of Palatinate Purple #6F3663

Tints of Palatinate Purple #6F3663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.5%

R = 42.05%
G = 20.45%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F3663 (or 0x6F3663) is known color: Palatinate Purple. HEX triplet: 6F, 36 and 63. RGB value is (111,54,99). Sum of RGB (Red+Green+Blue) = 111+54+99=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3663 is #90C99C. Grayscale: #4C4C4C. Windows color (decimal): -9488797 or 6501999. OLE color: 6501999.

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

Color convert

RGB 111 54 99 -
CMYK 0 0.51 0.11 0.56
HSL 312.63º 0.35% 0.32% -
HSV(B) 312.63º 0.51% 0.44% -
XYZ 10.13 6.92 12.61 -
YUV 76.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 111 54 99 0 0.51 0.11 0.56 312.63 0.35 0.32
Hex 6F 36 63 0 33 B 38 139 23 20
Octal 157 66 143 0 63 13 70 471 43 40
Binary 1101111 110110 1100011 0 110011 1011 111000 100111001 100011 100000

Color Harmonies of #6F3663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3663

Black with #6F3663

Text Example


Text Example

White with #6F3663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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