Html Css Color HEX #620F58 Palatinate Purple

📋 copy color: '#620F58'

red 98 ◦ green 15 ◦ blue 88

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

Shades of Palatinate Purple #620F58

Tints of Palatinate Purple #620F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 43.78%

R = 48.76%
G = 7.46%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#620F58 (or 0x620F58) is known color: Palatinate Purple. HEX triplet: 62, 0F and 58. RGB value is (98,15,88). Sum of RGB (Red+Green+Blue) = 98+15+88=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #620F58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F58 is #9DF0A7. Grayscale: #2F2F2F. Windows color (decimal): -10350760 or 5771106. OLE color: 5771106.

HSL color Cylindrical-coordinate representation of color #620F58: hue angle of 307.23º 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 #620F58 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 15 88 -
CMYK 0 0.85 0.10 0.62
HSL 307.23º 0.73% 0.22% -
HSV(B) 307.23º 0.85% 0.38% -
XYZ 6.97 3.64 9.57 -
YUV 48.14 150.5 163.56 -
System Red Green Blue C M Y K H S L
Decimal 98 15 88 0 0.85 0.10 0.62 307.23 0.73 0.22
Hex 62 F 58 0 55 A 3E 133 49 16
Octal 142 17 130 0 125 12 76 463 111 26
Binary 1100010 1111 1011000 0 1010101 1010 111110 100110011 1001001 10110

Color Harmonies of #620F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620F58

Black with #620F58

Text Example


Text Example

White with #620F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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