Html Css Color HEX #6B0665 Palatinate Purple

📋 copy color: '#6B0665'

red 107 ◦ green 6 ◦ blue 101

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

Shades of Palatinate Purple #6B0665

Tints of Palatinate Purple #6B0665

RGB

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

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

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

R = 50%
G = 2.8%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6B0665 (or 0x6B0665) is known color: Palatinate Purple. HEX triplet: 6B, 06 and 65. RGB value is (107,6,101). Sum of RGB (Red+Green+Blue) = 107+6+101=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0665 is #94F99A. Grayscale: #2E2E2E. Windows color (decimal): -9763227 or 6620779. OLE color: 6620779.

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

Color convert

RGB 107 6 101 -
CMYK 0 0.94 0.06 0.58
HSL 303.56º 0.89% 0.22% -
HSV(B) 303.56º 0.94% 0.42% -
XYZ 8.48 4.2 12.67 -
YUV 47.03 158.46 170.78 -
System Red Green Blue C M Y K H S L
Decimal 107 6 101 0 0.94 0.06 0.58 303.56 0.89 0.22
Hex 6B 6 65 0 5E 6 3A 130 59 16
Octal 153 6 145 0 136 6 72 460 131 26
Binary 1101011 110 1100101 0 1011110 110 111010 100110000 1011001 10110

Color Harmonies of #6B0665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0665

Black with #6B0665

Text Example


Text Example

White with #6B0665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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