Html Css Color HEX #620362 Palatinate Purple

📋 copy color: '#620362'

red 98 ◦ green 3 ◦ blue 98

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

Shades of Palatinate Purple #620362

Tints of Palatinate Purple #620362

RGB

 RED value IS 98 (38.67% from 255) = 49.25%

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

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

R = 49.25%
G = 1.51%
B = 49.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#620362 (or 0x620362) is known color: Palatinate Purple. HEX triplet: 62, 03 and 62. RGB value is (98,3,98). Sum of RGB (Red+Green+Blue) = 98+3+98=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #620362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620362 is #9DFC9D. Grayscale: #292929. Windows color (decimal): -10353822 or 6423394. OLE color: 6423394.

HSL color Cylindrical-coordinate representation of color #620362: hue angle of 300º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620362 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 3 98 -
CMYK 0 0.97 0 0.62
HSL 300º 0.94% 0.2% -
HSV(B) 300º 0.97% 0.38% -
XYZ 7.27 3.54 11.86 -
YUV 42.24 159.47 167.78 -
System Red Green Blue C M Y K H S L
Decimal 98 3 98 0 0.97 0 0.62 300 0.94 0.2
Hex 62 3 62 0 61 0 3E 12C 5E 14
Octal 142 3 142 0 141 0 76 454 136 24
Binary 1100010 11 1100010 0 1100001 0 111110 100101100 1011110 10100

Color Harmonies of #620362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620362

Black with #620362

Text Example


Text Example

White with #620362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620362; }

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

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

background-color css

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

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

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

border-color css

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

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

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