Html Css Color HEX #6B035C Palatinate Purple

📋 copy color: '#6B035C'

red 107 ◦ green 3 ◦ blue 92

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

Shades of Palatinate Purple #6B035C

Tints of Palatinate Purple #6B035C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

 BLUE value IS 92 (36.33% from 255) = 45.54%

R = 52.97%
G = 1.49%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B035C (or 0x6B035C) is known color: Palatinate Purple. HEX triplet: 6B, 03 and 5C. RGB value is (107,3,92). Sum of RGB (Red+Green+Blue) = 107+3+92=202 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.97% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 107 - color contains mainly: red. Hex color #6B035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B035C is #94FCA3. Grayscale: #2B2B2B. Windows color (decimal): -9764004 or 6030187. OLE color: 6030187.

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

Color convert

RGB 107 3 92 -
CMYK 0 0.97 0.14 0.58
HSL 308.65º 0.95% 0.22% -
HSV(B) 308.65º 0.97% 0.42% -
XYZ 8.03 3.96 10.47 -
YUV 44.24 154.96 172.76 -
System Red Green Blue C M Y K H S L
Decimal 107 3 92 0 0.97 0.14 0.58 308.65 0.95 0.22
Hex 6B 3 5C 0 61 E 3A 135 5F 16
Octal 153 3 134 0 141 16 72 465 137 26
Binary 1101011 11 1011100 0 1100001 1110 111010 100110101 1011111 10110

Color Harmonies of #6B035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B035C

Black with #6B035C

Text Example


Text Example

White with #6B035C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,3,92); }

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

background-color css

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

 a { background-color: rgb(107,3,92); }

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

border-color css

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

 span { border-color: rgb(107,3,92); }

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