Html Css Color HEX #6F3861 Palatinate Purple

📋 copy color: '#6F3861'

red 111 ◦ green 56 ◦ blue 97

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

Shades of Palatinate Purple #6F3861

Tints of Palatinate Purple #6F3861

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.21%

 BLUE value IS 97 (38.28% from 255) = 36.74%

R = 42.05%
G = 21.21%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F3861 (or 0x6F3861) is known color: Palatinate Purple. HEX triplet: 6F, 38 and 61. RGB value is (111,56,97). Sum of RGB (Red+Green+Blue) = 111+56+97=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3861 is #90C79E. Grayscale: #4D4D4D. Windows color (decimal): -9488287 or 6371439. OLE color: 6371439.

HSL color Cylindrical-coordinate representation of color #6F3861: hue angle of 315.27º degrees, saturation: 0.33, 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 #6F3861 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 56 97 -
CMYK 0 0.50 0.13 0.56
HSL 315.27º 0.33% 0.33% -
HSV(B) 315.27º 0.5% 0.44% -
XYZ 10.13 7.07 12.14 -
YUV 77.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 111 56 97 0 0.50 0.13 0.56 315.27 0.33 0.33
Hex 6F 38 61 0 32 D 38 13B 21 21
Octal 157 70 141 0 62 15 70 473 41 41
Binary 1101111 111000 1100001 0 110010 1101 111000 100111011 100001 100001

Color Harmonies of #6F3861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3861

Black with #6F3861

Text Example


Text Example

White with #6F3861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,56,97); }

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

background-color css

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

 a { background-color: rgb(111,56,97); }

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

border-color css

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

 span { border-color: rgb(111,56,97); }

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