Html Css Color HEX #522BCE Purple Heart

📋 copy color: '#522BCE'

red 82 ◦ green 43 ◦ blue 206

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

Shades of Purple Heart #522BCE

Tints of Purple Heart #522BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.99%

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

R = 24.77%
G = 12.99%
B = 62.24%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#522BCE (or 0x522BCE) is known color: Purple Heart. HEX triplet: 52, 2B and CE. RGB value is (82,43,206). Sum of RGB (Red+Green+Blue) = 82+43+206=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #522BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522BCE is #ADD431. Grayscale: #484848. Windows color (decimal): -11392050 or 13511506. OLE color: 13511506.

HSL color Cylindrical-coordinate representation of color #522BCE: hue angle of 254.36º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #522BCE is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 43 206 -
CMYK 0.60 0.79 0 0.19
HSL 254.36º 0.65% 0.49% -
HSV(B) 254.36º 0.79% 0.81% -
XYZ 15.48 7.98 59.12 -
YUV 73.24 202.92 134.25 -
System Red Green Blue C M Y K H S L
Decimal 82 43 206 0.60 0.79 0 0.19 254.36 0.65 0.49
Hex 52 2B CE 3C 4F 0 13 FE 41 31
Octal 122 53 316 74 117 0 23 376 101 61
Binary 1010010 101011 11001110 111100 1001111 0 10011 11111110 1000001 110001

Color Harmonies of #522BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522BCE

Black with #522BCE

Text Example


Text Example

White with #522BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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