Html Css Color HEX #620F5B Palatinate Purple

📋 copy color: '#620F5B'

red 98 ◦ green 15 ◦ blue 91

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

Shades of Palatinate Purple #620F5B

Tints of Palatinate Purple #620F5B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.35%

 BLUE value IS 91 (35.94% from 255) = 44.61%

R = 48.04%
G = 7.35%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#620F5B (or 0x620F5B) is known color: Palatinate Purple. HEX triplet: 62, 0F and 5B. RGB value is (98,15,91). Sum of RGB (Red+Green+Blue) = 98+15+91=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #620F5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F5B is #9DF0A4. Grayscale: #303030. Windows color (decimal): -10350757 or 5967714. OLE color: 5967714.

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

Color convert

RGB 98 15 91 -
CMYK 0 0.85 0.07 0.62
HSL 305.06º 0.73% 0.22% -
HSV(B) 305.06º 0.85% 0.38% -
XYZ 7.1 3.69 10.24 -
YUV 48.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 98 15 91 0 0.85 0.07 0.62 305.06 0.73 0.22
Hex 62 F 5B 0 55 7 3E 131 49 16
Octal 142 17 133 0 125 7 76 461 111 26
Binary 1100010 1111 1011011 0 1010101 111 111110 100110001 1001001 10110

Color Harmonies of #620F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620F5B

Black with #620F5B

Text Example


Text Example

White with #620F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,15,91); }

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

background-color css

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

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

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

border-color css

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

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

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