Html Css Color HEX #5630CD Purple Heart

📋 copy color: '#5630CD'

red 86 ◦ green 48 ◦ blue 205

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

Shades of Purple Heart #5630CD

Tints of Purple Heart #5630CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.47%

R = 25.37%
G = 14.16%
B = 60.47%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5630CD (or 0x5630CD) is known color: Purple Heart. HEX triplet: 56, 30 and CD. RGB value is (86,48,205). Sum of RGB (Red+Green+Blue) = 86+48+205=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #5630CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5630CD is #A9CF32. Grayscale: #4C4C4C. Windows color (decimal): -11128627 or 13447254. OLE color: 13447254.

HSL color Cylindrical-coordinate representation of color #5630CD: hue angle of 254.52º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5630CD is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 48 205 -
CMYK 0.58 0.77 0 0.20
HSL 254.52º 0.62% 0.5% -
HSV(B) 254.52º 0.77% 0.8% -
XYZ 15.91 8.5 58.56 -
YUV 77.26 200.09 134.23 -
System Red Green Blue C M Y K H S L
Decimal 86 48 205 0.58 0.77 0 0.20 254.52 0.62 0.5
Hex 56 30 CD 3A 4D 0 14 FF 3E 32
Octal 126 60 315 72 115 0 24 377 76 62
Binary 1010110 110000 11001101 111010 1001101 0 10100 11111111 111110 110010

Color Harmonies of #5630CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5630CD

Black with #5630CD

Text Example


Text Example

White with #5630CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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