Html Css Color HEX #521358 Hot Purple

📋 copy color: '#521358'

red 82 ◦ green 19 ◦ blue 88

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

Shades of Hot Purple #521358

Tints of Hot Purple #521358

RGB

 RED value IS 82 (32.42% from 255) = 43.39%

 GREEN value IS 19 (7.81% from 255) = 10.05%

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

R = 43.39%
G = 10.05%
B = 46.56%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#521358 (or 0x521358) is known color: Hot Purple. HEX triplet: 52, 13 and 58. RGB value is (82,19,88). Sum of RGB (Red+Green+Blue) = 82+19+88=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #521358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521358 is #ADECA7. Grayscale: #2D2D2D. Windows color (decimal): -11398312 or 5772114. OLE color: 5772114.

HSL color Cylindrical-coordinate representation of color #521358: hue angle of 294.78º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521358 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 19 88 -
CMYK 0.07 0.78 0 0.65
HSL 294.78º 0.64% 0.21% -
HSV(B) 294.78º 0.78% 0.35% -
XYZ 5.47 2.96 9.52 -
YUV 45.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 82 19 88 0.07 0.78 0 0.65 294.78 0.64 0.21
Hex 52 13 58 7 4E 0 41 127 40 15
Octal 122 23 130 7 116 0 101 447 100 25
Binary 1010010 10011 1011000 111 1001110 0 1000001 100100111 1000000 10101

Color Harmonies of #521358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521358

Black with #521358

Text Example


Text Example

White with #521358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521358; }

 p { color: rgb(82,19,88); }

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

background-color css

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

 a { background-color: rgb(82,19,88); }

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

border-color css

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

 span { border-color: rgb(82,19,88); }

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