Html Css Color HEX #62235B Palatinate Purple

📋 copy color: '#62235B'

red 98 ◦ green 35 ◦ blue 91

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

Shades of Palatinate Purple #62235B

Tints of Palatinate Purple #62235B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.63%

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

R = 43.75%
G = 15.63%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62235B (or 0x62235B) is known color: Palatinate Purple. HEX triplet: 62, 23 and 5B. RGB value is (98,35,91). Sum of RGB (Red+Green+Blue) = 98+35+91=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 98 - color contains mainly: red. Hex color #62235B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62235B is #9DDCA4. Grayscale: #3C3C3C. Windows color (decimal): -10345637 or 5972834. OLE color: 5972834.

HSL color Cylindrical-coordinate representation of color #62235B: hue angle of 306.67º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62235B is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 35 91 -
CMYK 0 0.64 0.07 0.62
HSL 306.67º 0.47% 0.26% -
HSV(B) 306.67º 0.64% 0.38% -
XYZ 7.53 4.55 10.38 -
YUV 60.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 98 35 91 0 0.64 0.07 0.62 306.67 0.47 0.26
Hex 62 23 5B 0 40 7 3E 133 2F 1A
Octal 142 43 133 0 100 7 76 463 57 32
Binary 1100010 100011 1011011 0 1000000 111 111110 100110011 101111 11010

Color Harmonies of #62235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62235B

Black with #62235B

Text Example


Text Example

White with #62235B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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