Html Css Color HEX #6F1461 Palatinate Purple

📋 copy color: '#6F1461'

red 111 ◦ green 20 ◦ blue 97

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

Shades of Palatinate Purple #6F1461

Tints of Palatinate Purple #6F1461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.77%

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

R = 48.68%
G = 8.77%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F1461 (or 0x6F1461) is known color: Palatinate Purple. HEX triplet: 6F, 14 and 61. RGB value is (111,20,97). Sum of RGB (Red+Green+Blue) = 111+20+97=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1461 is #90EB9E. Grayscale: #373737. Windows color (decimal): -9497503 or 6362223. OLE color: 6362223.

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

Color convert

RGB 111 20 97 -
CMYK 0 0.82 0.13 0.56
HSL 309.23º 0.69% 0.26% -
HSV(B) 309.23º 0.82% 0.44% -
XYZ 8.96 4.74 11.75 -
YUV 55.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 111 20 97 0 0.82 0.13 0.56 309.23 0.69 0.26
Hex 6F 14 61 0 52 D 38 135 45 1A
Octal 157 24 141 0 122 15 70 465 105 32
Binary 1101111 10100 1100001 0 1010010 1101 111000 100110101 1000101 11010

Color Harmonies of #6F1461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1461

Black with #6F1461

Text Example


Text Example

White with #6F1461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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