Html Css Color HEX #620B54 Palatinate Purple

📋 copy color: '#620B54'

red 98 ◦ green 11 ◦ blue 84

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

Shades of Palatinate Purple #620B54

Tints of Palatinate Purple #620B54

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.7%

 BLUE value IS 84 (33.2% from 255) = 43.52%

R = 50.78%
G = 5.7%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#620B54 (or 0x620B54) is known color: Palatinate Purple. HEX triplet: 62, 0B and 54. RGB value is (98,11,84). Sum of RGB (Red+Green+Blue) = 98+11+84=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #620B54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620B54 is #9DF4AB. Grayscale: #2D2D2D. Windows color (decimal): -10351788 or 5507938. OLE color: 5507938.

HSL color Cylindrical-coordinate representation of color #620B54: hue angle of 309.66º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620B54 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 11 84 -
CMYK 0 0.89 0.14 0.62
HSL 309.66º 0.8% 0.21% -
HSV(B) 309.66º 0.89% 0.38% -
XYZ 6.76 3.48 8.7 -
YUV 45.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 98 11 84 0 0.89 0.14 0.62 309.66 0.8 0.21
Hex 62 B 54 0 59 E 3E 136 50 15
Octal 142 13 124 0 131 16 76 466 120 25
Binary 1100010 1011 1010100 0 1011001 1110 111110 100110110 1010000 10101

Color Harmonies of #620B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620B54

Black with #620B54

Text Example


Text Example

White with #620B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,11,84); }

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

background-color css

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

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

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

border-color css

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

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

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