Html Css Color HEX #6F1E5B Palatinate Purple

📋 copy color: '#6F1E5B'

red 111 ◦ green 30 ◦ blue 91

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

Shades of Palatinate Purple #6F1E5B

Tints of Palatinate Purple #6F1E5B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.93%

 BLUE value IS 91 (35.94% from 255) = 39.22%

R = 47.84%
G = 12.93%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F1E5B (or 0x6F1E5B) is known color: Palatinate Purple. HEX triplet: 6F, 1E and 5B. RGB value is (111,30,91). Sum of RGB (Red+Green+Blue) = 111+30+91=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1E5B is #90E1A4. Grayscale: #3D3D3D. Windows color (decimal): -9494949 or 5971567. OLE color: 5971567.

HSL color Cylindrical-coordinate representation of color #6F1E5B: hue angle of 314.81º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F1E5B is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 30 91 -
CMYK 0 0.73 0.18 0.56
HSL 314.81º 0.57% 0.28% -
HSV(B) 314.81º 0.73% 0.44% -
XYZ 8.91 5.06 10.41 -
YUV 61.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 111 30 91 0 0.73 0.18 0.56 314.81 0.57 0.28
Hex 6F 1E 5B 0 49 12 38 13B 39 1C
Octal 157 36 133 0 111 22 70 473 71 34
Binary 1101111 11110 1011011 0 1001001 10010 111000 100111011 111001 11100

Color Harmonies of #6F1E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1E5B

Black with #6F1E5B

Text Example


Text Example

White with #6F1E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,30,91); }

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

background-color css

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

 a { background-color: rgb(111,30,91); }

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

border-color css

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

 span { border-color: rgb(111,30,91); }

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