Html Css Color HEX #6F1C64 Palatinate Purple

📋 copy color: '#6F1C64'

red 111 ◦ green 28 ◦ blue 100

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

Shades of Palatinate Purple #6F1C64

Tints of Palatinate Purple #6F1C64

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.72%

 BLUE value IS 100 (39.45% from 255) = 41.84%

R = 46.44%
G = 11.72%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F1C64 (or 0x6F1C64) is known color: Palatinate Purple. HEX triplet: 6F, 1C and 64. RGB value is (111,28,100). Sum of RGB (Red+Green+Blue) = 111+28+100=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1C64 is #90E39B. Grayscale: #3C3C3C. Windows color (decimal): -9495452 or 6560879. OLE color: 6560879.

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

Color convert

RGB 111 28 100 -
CMYK 0 0.75 0.10 0.56
HSL 307.95º 0.6% 0.27% -
HSV(B) 307.95º 0.75% 0.44% -
XYZ 9.27 5.13 12.56 -
YUV 61.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 111 28 100 0 0.75 0.10 0.56 307.95 0.6 0.27
Hex 6F 1C 64 0 4B A 38 134 3C 1B
Octal 157 34 144 0 113 12 70 464 74 33
Binary 1101111 11100 1100100 0 1001011 1010 111000 100110100 111100 11011

Color Harmonies of #6F1C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1C64

Black with #6F1C64

Text Example


Text Example

White with #6F1C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,28,100); }

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

background-color css

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

 a { background-color: rgb(111,28,100); }

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

border-color css

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

 span { border-color: rgb(111,28,100); }

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