Html Css Color HEX #521CCB Purple Heart

📋 copy color: '#521CCB'

red 82 ◦ green 28 ◦ blue 203

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

Shades of Purple Heart #521CCB

Tints of Purple Heart #521CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.95%

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

R = 26.2%
G = 8.95%
B = 64.86%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#521CCB (or 0x521CCB) is known color: Purple Heart. HEX triplet: 52, 1C and CB. RGB value is (82,28,203). Sum of RGB (Red+Green+Blue) = 82+28+203=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #521CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521CCB is #ADE334. Grayscale: #3F3F3F. Windows color (decimal): -11395893 or 13311058. OLE color: 13311058.

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

Color convert

RGB 82 28 203 -
CMYK 0.60 0.86 0 0.20
HSL 258.51º 0.76% 0.45% -
HSV(B) 258.51º 0.86% 0.8% -
XYZ 14.67 6.94 57.07 -
YUV 64.1 206.39 140.77 -
System Red Green Blue C M Y K H S L
Decimal 82 28 203 0.60 0.86 0 0.20 258.51 0.76 0.45
Hex 52 1C CB 3C 56 0 14 103 4C 2D
Octal 122 34 313 74 126 0 24 403 114 55
Binary 1010010 11100 11001011 111100 1010110 0 10100 100000011 1001100 101101

Color Harmonies of #521CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CCB

Black with #521CCB

Text Example


Text Example

White with #521CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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