Html Css Color HEX #6F1B6E Palatinate Purple

📋 copy color: '#6F1B6E'

red 111 ◦ green 27 ◦ blue 110

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

Shades of Palatinate Purple #6F1B6E

Tints of Palatinate Purple #6F1B6E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.89%

 BLUE value IS 110 (43.36% from 255) = 44.35%

R = 44.76%
G = 10.89%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F1B6E (or 0x6F1B6E) is known color: Palatinate Purple. HEX triplet: 6F, 1B and 6E. RGB value is (111,27,110). Sum of RGB (Red+Green+Blue) = 111+27+110=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1B6E is #90E491. Grayscale: #3D3D3D. Windows color (decimal): -9495698 or 7215983. OLE color: 7215983.

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

Color convert

RGB 111 27 110 -
CMYK 0 0.76 0.01 0.56
HSL 300.71º 0.61% 0.27% -
HSV(B) 300.71º 0.76% 0.44% -
XYZ 9.76 5.29 15.26 -
YUV 61.58 155.33 163.25 -
System Red Green Blue C M Y K H S L
Decimal 111 27 110 0 0.76 0.01 0.56 300.71 0.61 0.27
Hex 6F 1B 6E 0 4C 1 38 12D 3D 1B
Octal 157 33 156 0 114 1 70 455 75 33
Binary 1101111 11011 1101110 0 1001100 1 111000 100101101 111101 11011

Color Harmonies of #6F1B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1B6E

Black with #6F1B6E

Text Example


Text Example

White with #6F1B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,27,110); }

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

background-color css

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

 a { background-color: rgb(111,27,110); }

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

border-color css

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

 span { border-color: rgb(111,27,110); }

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