Html Css Color HEX #671362 Palatinate Purple

📋 copy color: '#671362'

red 103 ◦ green 19 ◦ blue 98

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

Shades of Palatinate Purple #671362

Tints of Palatinate Purple #671362

RGB

 RED value IS 103 (40.63% from 255) = 46.82%

 GREEN value IS 19 (7.81% from 255) = 8.64%

 BLUE value IS 98 (38.67% from 255) = 44.55%

R = 46.82%
G = 8.64%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#671362 (or 0x671362) is known color: Palatinate Purple. HEX triplet: 67, 13 and 62. RGB value is (103,19,98). Sum of RGB (Red+Green+Blue) = 103+19+98=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #671362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671362 is #98EC9D. Grayscale: #343434. Windows color (decimal): -10022046 or 6427495. OLE color: 6427495.

HSL color Cylindrical-coordinate representation of color #671362: hue angle of 303.57º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #671362 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 19 98 -
CMYK 0 0.82 0.05 0.60
HSL 303.57º 0.69% 0.24% -
HSV(B) 303.57º 0.82% 0.4% -
XYZ 8.03 4.23 11.95 -
YUV 53.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 103 19 98 0 0.82 0.05 0.60 303.57 0.69 0.24
Hex 67 13 62 0 52 5 3C 130 45 18
Octal 147 23 142 0 122 5 74 460 105 30
Binary 1100111 10011 1100010 0 1010010 101 111100 100110000 1000101 11000

Color Harmonies of #671362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671362

Black with #671362

Text Example


Text Example

White with #671362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671362; }

 p { color: rgb(103,19,98); }

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

background-color css

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

 a { background-color: rgb(103,19,98); }

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

border-color css

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

 span { border-color: rgb(103,19,98); }

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