Html Css Color HEX #5630B2 Purple Heart

📋 copy color: '#5630B2'

red 86 ◦ green 48 ◦ blue 178

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

Shades of Purple Heart #5630B2

Tints of Purple Heart #5630B2

RGB

 RED value IS 86 (33.98% from 255) = 27.56%

 GREEN value IS 48 (19.14% from 255) = 15.38%

 BLUE value IS 178 (69.92% from 255) = 57.05%

R = 27.56%
G = 15.38%
B = 57.05%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5630B2 (or 0x5630B2) is known color: Purple Heart. HEX triplet: 56, 30 and B2. RGB value is (86,48,178). Sum of RGB (Red+Green+Blue) = 86+48+178=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 178 (69.92% from 255 or 57.05% from 312); Max value from RGB is 178 - color contains mainly: blue. Hex color #5630B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5630B2 is #A9CF4D. Grayscale: #494949. Windows color (decimal): -11128654 or 11677782. OLE color: 11677782.

HSL color Cylindrical-coordinate representation of color #5630B2: hue angle of 257.54º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5630B2 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 86 48 178 -
CMYK 0.52 0.73 0 0.30
HSL 257.54º 0.58% 0.44% -
HSV(B) 257.54º 0.73% 0.7% -
XYZ 12.93 7.31 42.85 -
YUV 74.18 186.59 136.43 -
System Red Green Blue C M Y K H S L
Decimal 86 48 178 0.52 0.73 0 0.30 257.54 0.58 0.44
Hex 56 30 B2 34 49 0 1E 102 3A 2C
Octal 126 60 262 64 111 0 36 402 72 54
Binary 1010110 110000 10110010 110100 1001001 0 11110 100000010 111010 101100

Color Harmonies of #5630B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5630B2

Black with #5630B2

Text Example


Text Example

White with #5630B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5630B2; }

 p { color: rgb(86,48,178); }

 H1.HeaderClassName
 {
   color: #5630B2;
 }
 .AnyTagClassName
 {
   color: #5630B2;
 }
</style>

background-color css

<style>
 a { background-color: #5630B2; }

 a { background-color: rgb(86,48,178); }

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

border-color css

<style>
 span { border-color: #5630B2; }

 span { border-color: rgb(86,48,178); }

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