Html Css Color HEX #6F1465 Palatinate Purple

📋 copy color: '#6F1465'

red 111 ◦ green 20 ◦ blue 101

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

Shades of Palatinate Purple #6F1465

Tints of Palatinate Purple #6F1465

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.62%

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

R = 47.84%
G = 8.62%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F1465 (or 0x6F1465) is known color: Palatinate Purple. HEX triplet: 6F, 14 and 65. RGB value is (111,20,101). Sum of RGB (Red+Green+Blue) = 111+20+101=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1465 is #90EB9A. Grayscale: #383838. Windows color (decimal): -9497499 or 6624367. OLE color: 6624367.

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

Color convert

RGB 111 20 101 -
CMYK 0 0.82 0.09 0.56
HSL 306.59º 0.69% 0.26% -
HSV(B) 306.59º 0.82% 0.44% -
XYZ 9.15 4.82 12.76 -
YUV 56.44 153.15 166.91 -
System Red Green Blue C M Y K H S L
Decimal 111 20 101 0 0.82 0.09 0.56 306.59 0.69 0.26
Hex 6F 14 65 0 52 9 38 133 45 1A
Octal 157 24 145 0 122 11 70 463 105 32
Binary 1101111 10100 1100101 0 1010010 1001 111000 100110011 1000101 11010

Color Harmonies of #6F1465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1465

Black with #6F1465

Text Example


Text Example

White with #6F1465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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