Html Css Color HEX #612758 Palatinate Purple

📋 copy color: '#612758'

red 97 ◦ green 39 ◦ blue 88

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

Shades of Palatinate Purple #612758

Tints of Palatinate Purple #612758

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.41%

 BLUE value IS 88 (34.77% from 255) = 39.29%

R = 43.3%
G = 17.41%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#612758 (or 0x612758) is known color: Palatinate Purple. HEX triplet: 61, 27 and 58. RGB value is (97,39,88). Sum of RGB (Red+Green+Blue) = 97+39+88=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #612758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612758 is #9ED8A7. Grayscale: #3D3D3D. Windows color (decimal): -10410152 or 5777249. OLE color: 5777249.

HSL color Cylindrical-coordinate representation of color #612758: hue angle of 309.31º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #612758 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 39 88 -
CMYK 0 0.60 0.09 0.62
HSL 309.31º 0.43% 0.27% -
HSV(B) 309.31º 0.6% 0.38% -
XYZ 7.42 4.7 9.75 -
YUV 61.93 142.72 153.02 -
System Red Green Blue C M Y K H S L
Decimal 97 39 88 0 0.60 0.09 0.62 309.31 0.43 0.27
Hex 61 27 58 0 3C 9 3E 135 2B 1B
Octal 141 47 130 0 74 11 76 465 53 33
Binary 1100001 100111 1011000 0 111100 1001 111110 100110101 101011 11011

Color Harmonies of #612758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612758

Black with #612758

Text Example


Text Example

White with #612758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612758; }

 p { color: rgb(97,39,88); }

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

background-color css

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

 a { background-color: rgb(97,39,88); }

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

border-color css

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

 span { border-color: rgb(97,39,88); }

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