Html Css Color HEX #6F1A61 Palatinate Purple

📋 copy color: '#6F1A61'

red 111 ◦ green 26 ◦ blue 97

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

Shades of Palatinate Purple #6F1A61

Tints of Palatinate Purple #6F1A61

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.11%

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

R = 47.44%
G = 11.11%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F1A61 (or 0x6F1A61) is known color: Palatinate Purple. HEX triplet: 6F, 1A and 61. RGB value is (111,26,97). Sum of RGB (Red+Green+Blue) = 111+26+97=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1A61 is #90E59E. Grayscale: #3B3B3B. Windows color (decimal): -9495967 or 6363759. OLE color: 6363759.

HSL color Cylindrical-coordinate representation of color #6F1A61: hue angle of 309.88º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1A61 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 26 97 -
CMYK 0 0.77 0.13 0.56
HSL 309.88º 0.62% 0.27% -
HSV(B) 309.88º 0.77% 0.44% -
XYZ 9.08 4.98 11.79 -
YUV 59.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 111 26 97 0 0.77 0.13 0.56 309.88 0.62 0.27
Hex 6F 1A 61 0 4D D 38 136 3E 1B
Octal 157 32 141 0 115 15 70 466 76 33
Binary 1101111 11010 1100001 0 1001101 1101 111000 100110110 111110 11011

Color Harmonies of #6F1A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1A61

Black with #6F1A61

Text Example


Text Example

White with #6F1A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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