Html Css Color HEX #523DCE Purple Heart

📋 copy color: '#523DCE'

red 82 ◦ green 61 ◦ blue 206

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

Shades of Purple Heart #523DCE

Tints of Purple Heart #523DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.48%

 BLUE value IS 206 (80.86% from 255) = 59.03%

R = 23.5%
G = 17.48%
B = 59.03%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#523DCE (or 0x523DCE) is known color: Purple Heart. HEX triplet: 52, 3D and CE. RGB value is (82,61,206). Sum of RGB (Red+Green+Blue) = 82+61+206=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #523DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523DCE is #ADC231. Grayscale: #535353. Windows color (decimal): -11387442 or 13516114. OLE color: 13516114.

HSL color Cylindrical-coordinate representation of color #523DCE: hue angle of 248.69º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #523DCE is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 61 206 -
CMYK 0.60 0.70 0 0.19
HSL 248.69º 0.6% 0.52% -
HSV(B) 248.69º 0.7% 0.81% -
XYZ 16.29 9.59 59.38 -
YUV 83.81 196.96 126.71 -
System Red Green Blue C M Y K H S L
Decimal 82 61 206 0.60 0.70 0 0.19 248.69 0.6 0.52
Hex 52 3D CE 3C 46 0 13 F9 3C 34
Octal 122 75 316 74 106 0 23 371 74 64
Binary 1010010 111101 11001110 111100 1000110 0 10011 11111001 111100 110100

Color Harmonies of #523DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523DCE

Black with #523DCE

Text Example


Text Example

White with #523DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523DCE; }

 p { color: rgb(82,61,206); }

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

background-color css

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

 a { background-color: rgb(82,61,206); }

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

border-color css

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

 span { border-color: rgb(82,61,206); }

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