Html Css Color HEX #6F3963 Palatinate Purple

📋 copy color: '#6F3963'

red 111 ◦ green 57 ◦ blue 99

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

Shades of Palatinate Purple #6F3963

Tints of Palatinate Purple #6F3963

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.35%

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

R = 41.57%
G = 21.35%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F3963 (or 0x6F3963) is known color: Palatinate Purple. HEX triplet: 6F, 39 and 63. RGB value is (111,57,99). Sum of RGB (Red+Green+Blue) = 111+57+99=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3963 is #90C69C. Grayscale: #4D4D4D. Windows color (decimal): -9488029 or 6502767. OLE color: 6502767.

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

Color convert

RGB 111 57 99 -
CMYK 0 0.49 0.11 0.56
HSL 313.33º 0.32% 0.33% -
HSV(B) 313.33º 0.49% 0.44% -
XYZ 10.27 7.21 12.65 -
YUV 77.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 111 57 99 0 0.49 0.11 0.56 313.33 0.32 0.33
Hex 6F 39 63 0 31 B 38 139 20 21
Octal 157 71 143 0 61 13 70 471 40 41
Binary 1101111 111001 1100011 0 110001 1011 111000 100111001 100000 100001

Color Harmonies of #6F3963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3963

Black with #6F3963

Text Example


Text Example

White with #6F3963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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