Html Css Color HEX #6B2865 Palatinate Purple

📋 copy color: '#6B2865'

red 107 ◦ green 40 ◦ blue 101

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

Shades of Palatinate Purple #6B2865

Tints of Palatinate Purple #6B2865

RGB

 RED value IS 107 (42.19% from 255) = 43.15%

 GREEN value IS 40 (16.02% from 255) = 16.13%

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

R = 43.15%
G = 16.13%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6B2865 (or 0x6B2865) is known color: Palatinate Purple. HEX triplet: 6B, 28 and 65. RGB value is (107,40,101). Sum of RGB (Red+Green+Blue) = 107+40+101=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2865 is #94D79A. Grayscale: #424242. Windows color (decimal): -9754523 or 6629483. OLE color: 6629483.

HSL color Cylindrical-coordinate representation of color #6B2865: hue angle of 305.37º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B2865 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 40 101 -
CMYK 0 0.63 0.06 0.58
HSL 305.37º 0.46% 0.29% -
HSV(B) 305.37º 0.63% 0.42% -
XYZ 9.17 5.58 12.91 -
YUV 66.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 107 40 101 0 0.63 0.06 0.58 305.37 0.46 0.29
Hex 6B 28 65 0 3F 6 3A 131 2E 1D
Octal 153 50 145 0 77 6 72 461 56 35
Binary 1101011 101000 1100101 0 111111 110 111010 100110001 101110 11101

Color Harmonies of #6B2865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2865

Black with #6B2865

Text Example


Text Example

White with #6B2865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,40,101); }

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

background-color css

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

 a { background-color: rgb(107,40,101); }

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

border-color css

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

 span { border-color: rgb(107,40,101); }

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