Html Css Color HEX #62345B Palatinate Purple

📋 copy color: '#62345B'

red 98 ◦ green 52 ◦ blue 91

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

Shades of Palatinate Purple #62345B

Tints of Palatinate Purple #62345B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.76%

R = 40.66%
G = 21.58%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62345B (or 0x62345B) is known color: Palatinate Purple. HEX triplet: 62, 34 and 5B. RGB value is (98,52,91). Sum of RGB (Red+Green+Blue) = 98+52+91=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 98 - color contains mainly: red. Hex color #62345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62345B is #9DCBA4. Grayscale: #464646. Windows color (decimal): -10341285 or 5977186. OLE color: 5977186.

HSL color Cylindrical-coordinate representation of color #62345B: hue angle of 309.13º 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 #62345B is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 52 91 -
CMYK 0 0.47 0.07 0.62
HSL 309.13º 0.31% 0.29% -
HSV(B) 309.13º 0.47% 0.38% -
XYZ 8.15 5.81 10.59 -
YUV 70.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 98 52 91 0 0.47 0.07 0.62 309.13 0.31 0.29
Hex 62 34 5B 0 2F 7 3E 135 1F 1D
Octal 142 64 133 0 57 7 76 465 37 35
Binary 1100010 110100 1011011 0 101111 111 111110 100110101 11111 11101

Color Harmonies of #62345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62345B

Black with #62345B

Text Example


Text Example

White with #62345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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