Html Css Color HEX #6F1C65 Palatinate Purple

📋 copy color: '#6F1C65'

red 111 ◦ green 28 ◦ blue 101

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

Shades of Palatinate Purple #6F1C65

Tints of Palatinate Purple #6F1C65

RGB

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

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

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

R = 46.25%
G = 11.67%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F1C65 (or 0x6F1C65) is known color: Palatinate Purple. HEX triplet: 6F, 1C and 65. RGB value is (111,28,101). Sum of RGB (Red+Green+Blue) = 111+28+101=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1C65 is #90E39A. Grayscale: #3C3C3C. Windows color (decimal): -9495451 or 6626415. OLE color: 6626415.

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

Color convert

RGB 111 28 101 -
CMYK 0 0.75 0.09 0.56
HSL 307.23º 0.6% 0.27% -
HSV(B) 307.23º 0.75% 0.44% -
XYZ 9.32 5.15 12.81 -
YUV 61.14 150.5 163.56 -
System Red Green Blue C M Y K H S L
Decimal 111 28 101 0 0.75 0.09 0.56 307.23 0.6 0.27
Hex 6F 1C 65 0 4B 9 38 133 3C 1B
Octal 157 34 145 0 113 11 70 463 74 33
Binary 1101111 11100 1100101 0 1001011 1001 111000 100110011 111100 11011

Color Harmonies of #6F1C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1C65

Black with #6F1C65

Text Example


Text Example

White with #6F1C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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