Html Css Color HEX #62325A Palatinate Purple

📋 copy color: '#62325A'

red 98 ◦ green 50 ◦ blue 90

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

Shades of Palatinate Purple #62325A

Tints of Palatinate Purple #62325A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.01%

 BLUE value IS 90 (35.55% from 255) = 37.82%

R = 41.18%
G = 21.01%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#62325A (or 0x62325A) is known color: Palatinate Purple. HEX triplet: 62, 32 and 5A. RGB value is (98,50,90). Sum of RGB (Red+Green+Blue) = 98+50+90=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 98 - color contains mainly: red. Hex color #62325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62325A is #9DCDA5. Grayscale: #444444. Windows color (decimal): -10341798 or 5911138. OLE color: 5911138.

HSL color Cylindrical-coordinate representation of color #62325A: hue angle of 310º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62325A is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 50 90 -
CMYK 0 0.49 0.08 0.62
HSL 310º 0.32% 0.29% -
HSV(B) 310º 0.49% 0.38% -
XYZ 8.02 5.62 10.33 -
YUV 68.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 98 50 90 0 0.49 0.08 0.62 310 0.32 0.29
Hex 62 32 5A 0 31 8 3E 136 20 1D
Octal 142 62 132 0 61 10 76 466 40 35
Binary 1100010 110010 1011010 0 110001 1000 111110 100110110 100000 11101

Color Harmonies of #62325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62325A

Black with #62325A

Text Example


Text Example

White with #62325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62325A; }

 p { color: rgb(98,50,90); }

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

background-color css

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

 a { background-color: rgb(98,50,90); }

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

border-color css

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

 span { border-color: rgb(98,50,90); }

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