Html Css Color HEX #670362 Palatinate Purple

📋 copy color: '#670362'

red 103 ◦ green 3 ◦ blue 98

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

Shades of Palatinate Purple #670362

Tints of Palatinate Purple #670362

RGB

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

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

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

R = 50.49%
G = 1.47%
B = 48.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#670362 (or 0x670362) is known color: Palatinate Purple. HEX triplet: 67, 03 and 62. RGB value is (103,3,98). Sum of RGB (Red+Green+Blue) = 103+3+98=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #670362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670362 is #98FC9D. Grayscale: #2B2B2B. Windows color (decimal): -10026142 or 6423399. OLE color: 6423399.

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

Color convert

RGB 103 3 98 -
CMYK 0 0.97 0.05 0.60
HSL 303º 0.94% 0.21% -
HSV(B) 303º 0.97% 0.4% -
XYZ 7.83 3.83 11.88 -
YUV 43.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 103 3 98 0 0.97 0.05 0.60 303 0.94 0.21
Hex 67 3 62 0 61 5 3C 12F 5E 15
Octal 147 3 142 0 141 5 74 457 136 25
Binary 1100111 11 1100010 0 1100001 101 111100 100101111 1011110 10101

Color Harmonies of #670362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670362

Black with #670362

Text Example


Text Example

White with #670362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670362; }

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

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

background-color css

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

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

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

border-color css

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

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

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