Html Css Color HEX #612062 Palatinate Purple

📋 copy color: '#612062'

red 97 ◦ green 32 ◦ blue 98

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

Shades of Palatinate Purple #612062

Tints of Palatinate Purple #612062

RGB

 RED value IS 97 (38.28% from 255) = 42.73%

 GREEN value IS 32 (12.89% from 255) = 14.1%

 BLUE value IS 98 (38.67% from 255) = 43.17%

R = 42.73%
G = 14.1%
B = 43.17%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#612062 (or 0x612062) is known color: Palatinate Purple. HEX triplet: 61, 20 and 62. RGB value is (97,32,98). Sum of RGB (Red+Green+Blue) = 97+32+98=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #612062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612062 is #9EDF9D. Grayscale: #3A3A3A. Windows color (decimal): -10411934 or 6430817. OLE color: 6430817.

HSL color Cylindrical-coordinate representation of color #612062: hue angle of 299.09º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612062 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 32 98 -
CMYK 0.01 0.67 0 0.62
HSL 299.09º 0.51% 0.25% -
HSV(B) 299.09º 0.67% 0.38% -
XYZ 7.65 4.46 12.01 -
YUV 58.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 97 32 98 0.01 0.67 0 0.62 299.09 0.51 0.25
Hex 61 20 62 1 43 0 3E 12B 33 19
Octal 141 40 142 1 103 0 76 453 63 31
Binary 1100001 100000 1100010 1 1000011 0 111110 100101011 110011 11001

Color Harmonies of #612062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612062

Black with #612062

Text Example


Text Example

White with #612062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612062; }

 p { color: rgb(97,32,98); }

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

background-color css

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

 a { background-color: rgb(97,32,98); }

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

border-color css

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

 span { border-color: rgb(97,32,98); }

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