Html Css Color HEX #6F1B5E Palatinate Purple

📋 copy color: '#6F1B5E'

red 111 ◦ green 27 ◦ blue 94

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

Shades of Palatinate Purple #6F1B5E

Tints of Palatinate Purple #6F1B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.52%

R = 47.84%
G = 11.64%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F1B5E (or 0x6F1B5E) is known color: Palatinate Purple. HEX triplet: 6F, 1B and 5E. RGB value is (111,27,94). Sum of RGB (Red+Green+Blue) = 111+27+94=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1B5E is #90E4A1. Grayscale: #3B3B3B. Windows color (decimal): -9495714 or 6167407. OLE color: 6167407.

HSL color Cylindrical-coordinate representation of color #6F1B5E: hue angle of 312.14º 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 #6F1B5E is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 27 94 -
CMYK 0 0.76 0.15 0.56
HSL 312.14º 0.61% 0.27% -
HSV(B) 312.14º 0.76% 0.44% -
XYZ 8.97 4.97 11.08 -
YUV 59.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 111 27 94 0 0.76 0.15 0.56 312.14 0.61 0.27
Hex 6F 1B 5E 0 4C F 38 138 3D 1B
Octal 157 33 136 0 114 17 70 470 75 33
Binary 1101111 11011 1011110 0 1001100 1111 111000 100111000 111101 11011

Color Harmonies of #6F1B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1B5E

Black with #6F1B5E

Text Example


Text Example

White with #6F1B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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