Html Css Color HEX #6B035E Palatinate Purple

📋 copy color: '#6B035E'

red 107 ◦ green 3 ◦ blue 94

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

Shades of Palatinate Purple #6B035E

Tints of Palatinate Purple #6B035E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.08%

R = 52.45%
G = 1.47%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B035E (or 0x6B035E) is known color: Palatinate Purple. HEX triplet: 6B, 03 and 5E. RGB value is (107,3,94). Sum of RGB (Red+Green+Blue) = 107+3+94=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B035E is #94FCA1. Grayscale: #2C2C2C. Windows color (decimal): -9764002 or 6161259. OLE color: 6161259.

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

Color convert

RGB 107 3 94 -
CMYK 0 0.97 0.12 0.58
HSL 307.5º 0.95% 0.22% -
HSV(B) 307.5º 0.97% 0.42% -
XYZ 8.12 4 10.93 -
YUV 44.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 107 3 94 0 0.97 0.12 0.58 307.5 0.95 0.22
Hex 6B 3 5E 0 61 C 3A 134 5F 16
Octal 153 3 136 0 141 14 72 464 137 26
Binary 1101011 11 1011110 0 1100001 1100 111010 100110100 1011111 10110

Color Harmonies of #6B035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B035E

Black with #6B035E

Text Example


Text Example

White with #6B035E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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