Html Css Color HEX #620957 Palatinate Purple

📋 copy color: '#620957'

red 98 ◦ green 9 ◦ blue 87

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

Shades of Palatinate Purple #620957

Tints of Palatinate Purple #620957

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

 BLUE value IS 87 (34.38% from 255) = 44.85%

R = 50.52%
G = 4.64%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#620957 (or 0x620957) is known color: Palatinate Purple. HEX triplet: 62, 09 and 57. RGB value is (98,9,87). Sum of RGB (Red+Green+Blue) = 98+9+87=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #620957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620957 is #9DF6A8. Grayscale: #2C2C2C. Windows color (decimal): -10352297 or 5704034. OLE color: 5704034.

HSL color Cylindrical-coordinate representation of color #620957: hue angle of 307.42º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620957 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 9 87 -
CMYK 0 0.91 0.11 0.62
HSL 307.42º 0.83% 0.21% -
HSV(B) 307.42º 0.91% 0.38% -
XYZ 6.85 3.48 9.33 -
YUV 44.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 98 9 87 0 0.91 0.11 0.62 307.42 0.83 0.21
Hex 62 9 57 0 5B B 3E 133 53 15
Octal 142 11 127 0 133 13 76 463 123 25
Binary 1100010 1001 1010111 0 1011011 1011 111110 100110011 1010011 10101

Color Harmonies of #620957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620957

Black with #620957

Text Example


Text Example

White with #620957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620957; }

 p { color: rgb(98,9,87); }

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

background-color css

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

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

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

border-color css

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

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

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