Html Css Color HEX #6F1265 Palatinate Purple

📋 copy color: '#6F1265'

red 111 ◦ green 18 ◦ blue 101

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

Shades of Palatinate Purple #6F1265

Tints of Palatinate Purple #6F1265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.83%

 BLUE value IS 101 (39.84% from 255) = 43.91%

R = 48.26%
G = 7.83%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F1265 (or 0x6F1265) is known color: Palatinate Purple. HEX triplet: 6F, 12 and 65. RGB value is (111,18,101). Sum of RGB (Red+Green+Blue) = 111+18+101=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1265 is #90ED9A. Grayscale: #373737. Windows color (decimal): -9498011 or 6623855. OLE color: 6623855.

HSL color Cylindrical-coordinate representation of color #6F1265: hue angle of 306.45º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1265 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 18 101 -
CMYK 0 0.84 0.09 0.56
HSL 306.45º 0.72% 0.25% -
HSV(B) 306.45º 0.84% 0.44% -
XYZ 9.12 4.75 12.75 -
YUV 55.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 111 18 101 0 0.84 0.09 0.56 306.45 0.72 0.25
Hex 6F 12 65 0 54 9 38 132 48 19
Octal 157 22 145 0 124 11 70 462 110 31
Binary 1101111 10010 1100101 0 1010100 1001 111000 100110010 1001000 11001

Color Harmonies of #6F1265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1265

Black with #6F1265

Text Example


Text Example

White with #6F1265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,18,101); }

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

background-color css

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

 a { background-color: rgb(111,18,101); }

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

border-color css

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

 span { border-color: rgb(111,18,101); }

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