Html Css Color HEX #622F58 Palatinate Purple

📋 copy color: '#622F58'

red 98 ◦ green 47 ◦ blue 88

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

Shades of Palatinate Purple #622F58

Tints of Palatinate Purple #622F58

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.17%

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

R = 42.06%
G = 20.17%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#622F58 (or 0x622F58) is known color: Palatinate Purple. HEX triplet: 62, 2F and 58. RGB value is (98,47,88). Sum of RGB (Red+Green+Blue) = 98+47+88=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 98 - color contains mainly: red. Hex color #622F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622F58 is #9DD0A7. Grayscale: #424242. Windows color (decimal): -10342568 or 5779298. OLE color: 5779298.

HSL color Cylindrical-coordinate representation of color #622F58: hue angle of 311.76º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #622F58 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 47 88 -
CMYK 0 0.52 0.10 0.62
HSL 311.76º 0.35% 0.28% -
HSV(B) 311.76º 0.52% 0.38% -
XYZ 7.81 5.33 9.85 -
YUV 66.92 139.9 150.17 -
System Red Green Blue C M Y K H S L
Decimal 98 47 88 0 0.52 0.10 0.62 311.76 0.35 0.28
Hex 62 2F 58 0 34 A 3E 138 23 1C
Octal 142 57 130 0 64 12 76 470 43 34
Binary 1100010 101111 1011000 0 110100 1010 111110 100111000 100011 11100

Color Harmonies of #622F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622F58

Black with #622F58

Text Example


Text Example

White with #622F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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