Html Css Color HEX #6B1E5F Palatinate Purple

📋 copy color: '#6B1E5F'

red 107 ◦ green 30 ◦ blue 95

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

Shades of Palatinate Purple #6B1E5F

Tints of Palatinate Purple #6B1E5F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.93%

 BLUE value IS 95 (37.5% from 255) = 40.95%

R = 46.12%
G = 12.93%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6B1E5F (or 0x6B1E5F) is known color: Palatinate Purple. HEX triplet: 6B, 1E and 5F. RGB value is (107,30,95). Sum of RGB (Red+Green+Blue) = 107+30+95=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1E5F is #94E1A0. Grayscale: #3C3C3C. Windows color (decimal): -9757089 or 6233707. OLE color: 6233707.

HSL color Cylindrical-coordinate representation of color #6B1E5F: hue angle of 309.35º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B1E5F is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 30 95 -
CMYK 0 0.72 0.11 0.58
HSL 309.35º 0.56% 0.27% -
HSV(B) 309.35º 0.72% 0.42% -
XYZ 8.59 4.88 11.32 -
YUV 60.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 107 30 95 0 0.72 0.11 0.58 309.35 0.56 0.27
Hex 6B 1E 5F 0 48 B 3A 135 38 1B
Octal 153 36 137 0 110 13 72 465 70 33
Binary 1101011 11110 1011111 0 1001000 1011 111010 100110101 111000 11011

Color Harmonies of #6B1E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1E5F

Black with #6B1E5F

Text Example


Text Example

White with #6B1E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,30,95); }

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

background-color css

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

 a { background-color: rgb(107,30,95); }

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

border-color css

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

 span { border-color: rgb(107,30,95); }

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