Html Css Color HEX #620260 Palatinate Purple

📋 copy color: '#620260'

red 98 ◦ green 2 ◦ blue 96

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

Shades of Palatinate Purple #620260

Tints of Palatinate Purple #620260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

 BLUE value IS 96 (37.89% from 255) = 48.98%

R = 50%
G = 1.02%
B = 48.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#620260 (or 0x620260) is known color: Palatinate Purple. HEX triplet: 62, 02 and 60. RGB value is (98,2,96). Sum of RGB (Red+Green+Blue) = 98+2+96=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #620260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620260 is #9DFD9F. Grayscale: #292929. Windows color (decimal): -10354080 or 6292066. OLE color: 6292066.

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

Color convert

RGB 98 2 96 -
CMYK 0 0.98 0.02 0.62
HSL 301.25º 0.96% 0.2% -
HSV(B) 301.25º 0.98% 0.38% -
XYZ 7.17 3.48 11.36 -
YUV 41.42 158.8 168.36 -
System Red Green Blue C M Y K H S L
Decimal 98 2 96 0 0.98 0.02 0.62 301.25 0.96 0.2
Hex 62 2 60 0 62 2 3E 12D 60 14
Octal 142 2 140 0 142 2 76 455 140 24
Binary 1100010 10 1100000 0 1100010 10 111110 100101101 1100000 10100

Color Harmonies of #620260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620260

Black with #620260

Text Example


Text Example

White with #620260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620260; }

 p { color: rgb(98,2,96); }

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

background-color css

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

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

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

border-color css

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

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

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