Html Css Color HEX #62345D Palatinate Purple

📋 copy color: '#62345D'

red 98 ◦ green 52 ◦ blue 93

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

Shades of Palatinate Purple #62345D

Tints of Palatinate Purple #62345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.4%

 BLUE value IS 93 (36.72% from 255) = 38.27%

R = 40.33%
G = 21.4%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#62345D (or 0x62345D) is known color: Palatinate Purple. HEX triplet: 62, 34 and 5D. RGB value is (98,52,93). Sum of RGB (Red+Green+Blue) = 98+52+93=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 98 - color contains mainly: red. Hex color #62345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62345D is #9DCBA2. Grayscale: #464646. Windows color (decimal): -10341283 or 6108258. OLE color: 6108258.

HSL color Cylindrical-coordinate representation of color #62345D: hue angle of 306.52º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62345D is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 52 93 -
CMYK 0 0.47 0.05 0.62
HSL 306.52º 0.31% 0.29% -
HSV(B) 306.52º 0.47% 0.38% -
XYZ 8.24 5.84 11.05 -
YUV 70.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 98 52 93 0 0.47 0.05 0.62 306.52 0.31 0.29
Hex 62 34 5D 0 2F 5 3E 133 1F 1D
Octal 142 64 135 0 57 5 76 463 37 35
Binary 1100010 110100 1011101 0 101111 101 111110 100110011 11111 11101

Color Harmonies of #62345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62345D

Black with #62345D

Text Example


Text Example

White with #62345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62345D; }

 p { color: rgb(98,52,93); }

 H1.HeaderClassName
 {
   color: #62345D;
 }
 .AnyTagClassName
 {
   color: #62345D;
 }
</style>

background-color css

<style>
 a { background-color: #62345D; }

 a { background-color: rgb(98,52,93); }

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

border-color css

<style>
 span { border-color: #62345D; }

 span { border-color: rgb(98,52,93); }

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