Html Css Color HEX #6B065E Palatinate Purple

📋 copy color: '#6B065E'

red 107 ◦ green 6 ◦ blue 94

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

Shades of Palatinate Purple #6B065E

Tints of Palatinate Purple #6B065E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 45.41%

R = 51.69%
G = 2.9%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B065E (or 0x6B065E) is known color: Palatinate Purple. HEX triplet: 6B, 06 and 5E. RGB value is (107,6,94). Sum of RGB (Red+Green+Blue) = 107+6+94=207 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.69% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 107 - color contains mainly: red. Hex color #6B065E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B065E is #94F9A1. Grayscale: #2D2D2D. Windows color (decimal): -9763234 or 6162027. OLE color: 6162027.

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

Color convert

RGB 107 6 94 -
CMYK 0 0.94 0.12 0.58
HSL 307.72º 0.89% 0.22% -
HSV(B) 307.72º 0.94% 0.42% -
XYZ 8.15 4.06 10.94 -
YUV 46.23 154.96 171.34 -
System Red Green Blue C M Y K H S L
Decimal 107 6 94 0 0.94 0.12 0.58 307.72 0.89 0.22
Hex 6B 6 5E 0 5E C 3A 134 59 16
Octal 153 6 136 0 136 14 72 464 131 26
Binary 1101011 110 1011110 0 1011110 1100 111010 100110100 1011001 10110

Color Harmonies of #6B065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B065E

Black with #6B065E

Text Example


Text Example

White with #6B065E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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