Html Css Color HEX #6F0461 Palatinate Purple

📋 copy color: '#6F0461'

red 111 ◦ green 4 ◦ blue 97

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

Shades of Palatinate Purple #6F0461

Tints of Palatinate Purple #6F0461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.89%

 BLUE value IS 97 (38.28% from 255) = 45.75%

R = 52.36%
G = 1.89%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F0461 (or 0x6F0461) is known color: Palatinate Purple. HEX triplet: 6F, 04 and 61. RGB value is (111,4,97). Sum of RGB (Red+Green+Blue) = 111+4+97=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0461 is #90FB9E. Grayscale: #2E2E2E. Windows color (decimal): -9501599 or 6358127. OLE color: 6358127.

HSL color Cylindrical-coordinate representation of color #6F0461: hue angle of 307.85º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0461 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 4 97 -
CMYK 0 0.96 0.13 0.56
HSL 307.85º 0.93% 0.23% -
HSV(B) 307.85º 0.96% 0.44% -
XYZ 8.76 4.33 11.68 -
YUV 46.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 111 4 97 0 0.96 0.13 0.56 307.85 0.93 0.23
Hex 6F 4 61 0 60 D 38 134 5D 17
Octal 157 4 141 0 140 15 70 464 135 27
Binary 1101111 100 1100001 0 1100000 1101 111000 100110100 1011101 10111

Color Harmonies of #6F0461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0461

Black with #6F0461

Text Example


Text Example

White with #6F0461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,4,97); }

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

background-color css

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

 a { background-color: rgb(111,4,97); }

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

border-color css

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

 span { border-color: rgb(111,4,97); }

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