Html Css Color HEX #671462 Palatinate Purple

📋 copy color: '#671462'

red 103 ◦ green 20 ◦ blue 98

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

Shades of Palatinate Purple #671462

Tints of Palatinate Purple #671462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

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

R = 46.61%
G = 9.05%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#671462 (or 0x671462) is known color: Palatinate Purple. HEX triplet: 67, 14 and 62. RGB value is (103,20,98). Sum of RGB (Red+Green+Blue) = 103+20+98=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 103 - color contains mainly: red. Hex color #671462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671462 is #98EB9D. Grayscale: #353535. Windows color (decimal): -10021790 or 6427751. OLE color: 6427751.

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

Color convert

RGB 103 20 98 -
CMYK 0 0.81 0.05 0.60
HSL 303.61º 0.67% 0.24% -
HSV(B) 303.61º 0.81% 0.4% -
XYZ 8.05 4.27 11.95 -
YUV 53.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 103 20 98 0 0.81 0.05 0.60 303.61 0.67 0.24
Hex 67 14 62 0 51 5 3C 130 43 18
Octal 147 24 142 0 121 5 74 460 103 30
Binary 1100111 10100 1100010 0 1010001 101 111100 100110000 1000011 11000

Color Harmonies of #671462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671462

Black with #671462

Text Example


Text Example

White with #671462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671462; }

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

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

background-color css

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

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

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

border-color css

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

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

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