Html Css Color HEX #6B005F Palatinate Purple

📋 copy color: '#6B005F'

red 107 ◦ green 0 ◦ blue 95

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

Shades of Palatinate Purple #6B005F

Tints of Palatinate Purple #6B005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.97%
G = 0%
B = 47.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6B005F (or 0x6B005F) is known color: Palatinate Purple. HEX triplet: 6B, 00 and 5F. RGB value is (107,0,95). Sum of RGB (Red+Green+Blue) = 107+0+95=202 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.97% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 107 - color contains mainly: red. Hex color #6B005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B005F is #94FFA0. Grayscale: #2A2A2A. Windows color (decimal): -9764769 or 6226027. OLE color: 6226027.

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

Color convert

RGB 107 0 95 -
CMYK 0 1 0.11 0.58
HSL 306.73º 1% 0.21% -
HSV(B) 306.73º 1% 0.42% -
XYZ 8.13 3.95 11.16 -
YUV 42.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 107 0 95 0 1 0.11 0.58 306.73 1 0.21
Hex 6B 0 5F 0 64 B 3A 133 64 15
Octal 153 0 137 0 144 13 72 463 144 25
Binary 1101011 0 1011111 0 1100100 1011 111010 100110011 1100100 10101

Color Harmonies of #6B005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B005F

Black with #6B005F

Text Example


Text Example

White with #6B005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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