Html Css Color HEX #62405F Palatinate Purple

📋 copy color: '#62405F'

red 98 ◦ green 64 ◦ blue 95

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

Shades of Palatinate Purple #62405F

Tints of Palatinate Purple #62405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.9%

 BLUE value IS 95 (37.5% from 255) = 36.96%

R = 38.13%
G = 24.9%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#62405F (or 0x62405F) is known color: Palatinate Purple. HEX triplet: 62, 40 and 5F. RGB value is (98,64,95). Sum of RGB (Red+Green+Blue) = 98+64+95=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 98 - color contains mainly: red. Hex color #62405F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62405F is #9DBFA0. Grayscale: #4D4D4D. Windows color (decimal): -10338209 or 6242402. OLE color: 6242402.

HSL color Cylindrical-coordinate representation of color #62405F: hue angle of 305.29º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #62405F is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 64 95 -
CMYK 0 0.35 0.03 0.62
HSL 305.29º 0.21% 0.32% -
HSV(B) 305.29º 0.35% 0.38% -
XYZ 8.94 7.09 11.72 -
YUV 77.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 98 64 95 0 0.35 0.03 0.62 305.29 0.21 0.32
Hex 62 40 5F 0 23 3 3E 131 15 20
Octal 142 100 137 0 43 3 76 461 25 40
Binary 1100010 1000000 1011111 0 100011 11 111110 100110001 10101 100000

Color Harmonies of #62405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62405F

Black with #62405F

Text Example


Text Example

White with #62405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62405F; }

 p { color: rgb(98,64,95); }

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

background-color css

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

 a { background-color: rgb(98,64,95); }

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

border-color css

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

 span { border-color: rgb(98,64,95); }

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