Html Css Color HEX #6B065D Palatinate Purple

📋 copy color: '#6B065D'

red 107 ◦ green 6 ◦ blue 93

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

Shades of Palatinate Purple #6B065D

Tints of Palatinate Purple #6B065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.91%

 BLUE value IS 93 (36.72% from 255) = 45.15%

R = 51.94%
G = 2.91%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6B065D (or 0x6B065D) is known color: Palatinate Purple. HEX triplet: 6B, 06 and 5D. RGB value is (107,6,93). Sum of RGB (Red+Green+Blue) = 107+6+93=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B065D is #94F9A2. Grayscale: #2D2D2D. Windows color (decimal): -9763235 or 6096491. OLE color: 6096491.

HSL color Cylindrical-coordinate representation of color #6B065D: hue angle of 308.32º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B065D is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 6 93 -
CMYK 0 0.94 0.13 0.58
HSL 308.32º 0.89% 0.22% -
HSV(B) 308.32º 0.94% 0.42% -
XYZ 8.1 4.05 10.71 -
YUV 46.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 107 6 93 0 0.94 0.13 0.58 308.32 0.89 0.22
Hex 6B 6 5D 0 5E D 3A 134 59 16
Octal 153 6 135 0 136 15 72 464 131 26
Binary 1101011 110 1011101 0 1011110 1101 111010 100110100 1011001 10110

Color Harmonies of #6B065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B065D

Black with #6B065D

Text Example


Text Example

White with #6B065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,6,93); }

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

background-color css

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

 a { background-color: rgb(107,6,93); }

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

border-color css

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

 span { border-color: rgb(107,6,93); }

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