Html Css Color HEX #6B075B Palatinate Purple

📋 copy color: '#6B075B'

red 107 ◦ green 7 ◦ blue 91

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

Shades of Palatinate Purple #6B075B

Tints of Palatinate Purple #6B075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

 BLUE value IS 91 (35.94% from 255) = 44.39%

R = 52.2%
G = 3.41%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6B075B (or 0x6B075B) is known color: Palatinate Purple. HEX triplet: 6B, 07 and 5B. RGB value is (107,7,91). Sum of RGB (Red+Green+Blue) = 107+7+91=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B075B is #94F8A4. Grayscale: #2E2E2E. Windows color (decimal): -9762981 or 5965675. OLE color: 5965675.

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

Color convert

RGB 107 7 91 -
CMYK 0 0.93 0.15 0.58
HSL 309.6º 0.88% 0.22% -
HSV(B) 309.6º 0.93% 0.42% -
XYZ 8.03 4.03 10.25 -
YUV 46.48 153.13 171.17 -
System Red Green Blue C M Y K H S L
Decimal 107 7 91 0 0.93 0.15 0.58 309.6 0.88 0.22
Hex 6B 7 5B 0 5D F 3A 136 58 16
Octal 153 7 133 0 135 17 72 466 130 26
Binary 1101011 111 1011011 0 1011101 1111 111010 100110110 1011000 10110

Color Harmonies of #6B075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B075B

Black with #6B075B

Text Example


Text Example

White with #6B075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,7,91); }

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

background-color css

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

 a { background-color: rgb(107,7,91); }

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

border-color css

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

 span { border-color: rgb(107,7,91); }

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