Html Css Color HEX #620E52 Palatinate Purple

📋 copy color: '#620E52'

red 98 ◦ green 14 ◦ blue 82

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

Shades of Palatinate Purple #620E52

Tints of Palatinate Purple #620E52

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.22%

 BLUE value IS 82 (32.42% from 255) = 42.27%

R = 50.52%
G = 7.22%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#620E52 (or 0x620E52) is known color: Palatinate Purple. HEX triplet: 62, 0E and 52. RGB value is (98,14,82). Sum of RGB (Red+Green+Blue) = 98+14+82=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #620E52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620E52 is #9DF1AD. Grayscale: #2E2E2E. Windows color (decimal): -10351022 or 5377634. OLE color: 5377634.

HSL color Cylindrical-coordinate representation of color #620E52: hue angle of 311.43º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #620E52 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 14 82 -
CMYK 0 0.86 0.16 0.62
HSL 311.43º 0.75% 0.22% -
HSV(B) 311.43º 0.86% 0.38% -
XYZ 6.72 3.52 8.31 -
YUV 46.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 98 14 82 0 0.86 0.16 0.62 311.43 0.75 0.22
Hex 62 E 52 0 56 10 3E 137 4B 16
Octal 142 16 122 0 126 20 76 467 113 26
Binary 1100010 1110 1010010 0 1010110 10000 111110 100110111 1001011 10110

Color Harmonies of #620E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620E52

Black with #620E52

Text Example


Text Example

White with #620E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620E52; }

 p { color: rgb(98,14,82); }

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

background-color css

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

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

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

border-color css

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

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

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