Html Css Color HEX #6B065C Palatinate Purple

📋 copy color: '#6B065C'

red 107 ◦ green 6 ◦ blue 92

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

Shades of Palatinate Purple #6B065C

Tints of Palatinate Purple #6B065C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.88%

R = 52.2%
G = 2.93%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B065C (or 0x6B065C) is known color: Palatinate Purple. HEX triplet: 6B, 06 and 5C. RGB value is (107,6,92). Sum of RGB (Red+Green+Blue) = 107+6+92=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B065C is #94F9A3. Grayscale: #2D2D2D. Windows color (decimal): -9763236 or 6030955. OLE color: 6030955.

HSL color Cylindrical-coordinate representation of color #6B065C: hue angle of 308.91º 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 #6B065C is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 6 92 -
CMYK 0 0.94 0.14 0.58
HSL 308.91º 0.89% 0.22% -
HSV(B) 308.91º 0.94% 0.42% -
XYZ 8.06 4.03 10.48 -
YUV 46 153.96 171.51 -
System Red Green Blue C M Y K H S L
Decimal 107 6 92 0 0.94 0.14 0.58 308.91 0.89 0.22
Hex 6B 6 5C 0 5E E 3A 135 59 16
Octal 153 6 134 0 136 16 72 465 131 26
Binary 1101011 110 1011100 0 1011110 1110 111010 100110101 1011001 10110

Color Harmonies of #6B065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B065C

Black with #6B065C

Text Example


Text Example

White with #6B065C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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