Html Css Color HEX #612B62 Palatinate Purple

📋 copy color: '#612B62'

red 97 ◦ green 43 ◦ blue 98

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

Shades of Palatinate Purple #612B62

Tints of Palatinate Purple #612B62

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.07%

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

R = 40.76%
G = 18.07%
B = 41.18%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#612B62 (or 0x612B62) is known color: Palatinate Purple. HEX triplet: 61, 2B and 62. RGB value is (97,43,98). Sum of RGB (Red+Green+Blue) = 97+43+98=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #612B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B62 is #9ED49D. Grayscale: #414141. Windows color (decimal): -10409118 or 6433633. OLE color: 6433633.

HSL color Cylindrical-coordinate representation of color #612B62: hue angle of 298.91º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #612B62 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 43 98 -
CMYK 0.01 0.56 0 0.62
HSL 298.91º 0.39% 0.28% -
HSV(B) 298.91º 0.56% 0.38% -
XYZ 8 5.15 12.13 -
YUV 65.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 97 43 98 0.01 0.56 0 0.62 298.91 0.39 0.28
Hex 61 2B 62 1 38 0 3E 12B 27 1C
Octal 141 53 142 1 70 0 76 453 47 34
Binary 1100001 101011 1100010 1 111000 0 111110 100101011 100111 11100

Color Harmonies of #612B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612B62

Black with #612B62

Text Example


Text Example

White with #612B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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