Html Css Color HEX #62345F Palatinate Purple

📋 copy color: '#62345F'

red 98 ◦ green 52 ◦ blue 95

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

Shades of Palatinate Purple #62345F

Tints of Palatinate Purple #62345F

RGB

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

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

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

R = 40%
G = 21.22%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#62345F (or 0x62345F) is known color: Palatinate Purple. HEX triplet: 62, 34 and 5F. RGB value is (98,52,95). Sum of RGB (Red+Green+Blue) = 98+52+95=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 98 - color contains mainly: red. Hex color #62345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62345F is #9DCBA0. Grayscale: #464646. Windows color (decimal): -10341281 or 6239330. OLE color: 6239330.

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

Color convert

RGB 98 52 95 -
CMYK 0 0.47 0.03 0.62
HSL 303.91º 0.31% 0.29% -
HSV(B) 303.91º 0.47% 0.38% -
XYZ 8.33 5.88 11.52 -
YUV 70.66 141.74 147.5 -
System Red Green Blue C M Y K H S L
Decimal 98 52 95 0 0.47 0.03 0.62 303.91 0.31 0.29
Hex 62 34 5F 0 2F 3 3E 130 1F 1D
Octal 142 64 137 0 57 3 76 460 37 35
Binary 1100010 110100 1011111 0 101111 11 111110 100110000 11111 11101

Color Harmonies of #62345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62345F

Black with #62345F

Text Example


Text Example

White with #62345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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