Html Css Color HEX #673462 Palatinate Purple

📋 copy color: '#673462'

red 103 ◦ green 52 ◦ blue 98

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

Shades of Palatinate Purple #673462

Tints of Palatinate Purple #673462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.55%

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

R = 40.71%
G = 20.55%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#673462 (or 0x673462) is known color: Palatinate Purple. HEX triplet: 67, 34 and 62. RGB value is (103,52,98). Sum of RGB (Red+Green+Blue) = 103+52+98=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 103 - color contains mainly: red. Hex color #673462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673462 is #98CB9D. Grayscale: #484848. Windows color (decimal): -10013598 or 6435943. OLE color: 6435943.

HSL color Cylindrical-coordinate representation of color #673462: hue angle of 305.88º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #673462 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 52 98 -
CMYK 0 0.50 0.05 0.60
HSL 305.88º 0.33% 0.3% -
HSV(B) 305.88º 0.5% 0.4% -
XYZ 9.03 6.22 12.28 -
YUV 72.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 103 52 98 0 0.50 0.05 0.60 305.88 0.33 0.3
Hex 67 34 62 0 32 5 3C 132 21 1E
Octal 147 64 142 0 62 5 74 462 41 36
Binary 1100111 110100 1100010 0 110010 101 111100 100110010 100001 11110

Color Harmonies of #673462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673462

Black with #673462

Text Example


Text Example

White with #673462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673462; }

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

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

background-color css

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

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

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

border-color css

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

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

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