Html Css Color HEX #6F2465 Palatinate Purple

📋 copy color: '#6F2465'

red 111 ◦ green 36 ◦ blue 101

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

Shades of Palatinate Purple #6F2465

Tints of Palatinate Purple #6F2465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.52%

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

R = 44.76%
G = 14.52%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F2465 (or 0x6F2465) is known color: Palatinate Purple. HEX triplet: 6F, 24 and 65. RGB value is (111,36,101). Sum of RGB (Red+Green+Blue) = 111+36+101=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2465 is #90DB9A. Grayscale: #414141. Windows color (decimal): -9493403 or 6628463. OLE color: 6628463.

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

Color convert

RGB 111 36 101 -
CMYK 0 0.68 0.09 0.56
HSL 308º 0.51% 0.29% -
HSV(B) 308º 0.68% 0.44% -
XYZ 9.54 5.58 12.89 -
YUV 65.84 147.85 160.21 -
System Red Green Blue C M Y K H S L
Decimal 111 36 101 0 0.68 0.09 0.56 308 0.51 0.29
Hex 6F 24 65 0 44 9 38 134 33 1D
Octal 157 44 145 0 104 11 70 464 63 35
Binary 1101111 100100 1100101 0 1000100 1001 111000 100110100 110011 11101

Color Harmonies of #6F2465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2465

Black with #6F2465

Text Example


Text Example

White with #6F2465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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