Html Css Color HEX #521ECB Purple Heart

📋 copy color: '#521ECB'

red 82 ◦ green 30 ◦ blue 203

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

Shades of Purple Heart #521ECB

Tints of Purple Heart #521ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.52%

 BLUE value IS 203 (79.69% from 255) = 64.44%

R = 26.03%
G = 9.52%
B = 64.44%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#521ECB (or 0x521ECB) is known color: Purple Heart. HEX triplet: 52, 1E and CB. RGB value is (82,30,203). Sum of RGB (Red+Green+Blue) = 82+30+203=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #521ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521ECB is #ADE134. Grayscale: #404040. Windows color (decimal): -11395381 or 13311570. OLE color: 13311570.

HSL color Cylindrical-coordinate representation of color #521ECB: hue angle of 258.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521ECB is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 30 203 -
CMYK 0.60 0.85 0 0.20
HSL 258.03º 0.74% 0.46% -
HSV(B) 258.03º 0.85% 0.8% -
XYZ 14.72 7.03 57.08 -
YUV 65.27 205.73 139.93 -
System Red Green Blue C M Y K H S L
Decimal 82 30 203 0.60 0.85 0 0.20 258.03 0.74 0.46
Hex 52 1E CB 3C 55 0 14 102 4A 2E
Octal 122 36 313 74 125 0 24 402 112 56
Binary 1010010 11110 11001011 111100 1010101 0 10100 100000010 1001010 101110

Color Harmonies of #521ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521ECB

Black with #521ECB

Text Example


Text Example

White with #521ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521ECB; }

 p { color: rgb(82,30,203); }

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

background-color css

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

 a { background-color: rgb(82,30,203); }

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

border-color css

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

 span { border-color: rgb(82,30,203); }

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