Html Css Color HEX #523BCF Purple Heart

📋 copy color: '#523BCF'

red 82 ◦ green 59 ◦ blue 207

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

Shades of Purple Heart #523BCF

Tints of Purple Heart #523BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.95%

 BLUE value IS 207 (81.25% from 255) = 59.48%

R = 23.56%
G = 16.95%
B = 59.48%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#523BCF (or 0x523BCF) is known color: Purple Heart. HEX triplet: 52, 3B and CF. RGB value is (82,59,207). Sum of RGB (Red+Green+Blue) = 82+59+207=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #523BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523BCF is #ADC430. Grayscale: #525252. Windows color (decimal): -11387953 or 13581138. OLE color: 13581138.

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

Color convert

RGB 82 59 207 -
CMYK 0.60 0.71 0 0.19
HSL 249.32º 0.61% 0.52% -
HSV(B) 249.32º 0.71% 0.81% -
XYZ 16.31 9.43 59.99 -
YUV 82.75 198.12 127.47 -
System Red Green Blue C M Y K H S L
Decimal 82 59 207 0.60 0.71 0 0.19 249.32 0.61 0.52
Hex 52 3B CF 3C 47 0 13 F9 3D 34
Octal 122 73 317 74 107 0 23 371 75 64
Binary 1010010 111011 11001111 111100 1000111 0 10011 11111001 111101 110100

Color Harmonies of #523BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523BCF

Black with #523BCF

Text Example


Text Example

White with #523BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,59,207); }

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

background-color css

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

 a { background-color: rgb(82,59,207); }

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

border-color css

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

 span { border-color: rgb(82,59,207); }

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