Html Css Color HEX #631ADC Purple Heart

📋 copy color: '#631ADC'

red 99 ◦ green 26 ◦ blue 220

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

Shades of Purple Heart #631ADC

Tints of Purple Heart #631ADC

RGB

 RED value IS 99 (39.06% from 255) = 28.7%

 GREEN value IS 26 (10.55% from 255) = 7.54%

 BLUE value IS 220 (86.33% from 255) = 63.77%

R = 28.7%
G = 7.54%
B = 63.77%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#631ADC (or 0x631ADC) is known color: Purple Heart. HEX triplet: 63, 1A and DC. RGB value is (99,26,220). Sum of RGB (Red+Green+Blue) = 99+26+220=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #631ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631ADC is #9CE523. Grayscale: #454545. Windows color (decimal): -10282276 or 14424675. OLE color: 14424675.

HSL color Cylindrical-coordinate representation of color #631ADC: hue angle of 262.58º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631ADC is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 26 220 -
CMYK 0.55 0.88 0 0.14
HSL 262.58º 0.79% 0.48% -
HSV(B) 262.58º 0.88% 0.86% -
XYZ 18.43 8.56 68.39 -
YUV 69.94 212.68 148.73 -
System Red Green Blue C M Y K H S L
Decimal 99 26 220 0.55 0.88 0 0.14 262.58 0.79 0.48
Hex 63 1A DC 37 58 0 E 107 4F 30
Octal 143 32 334 67 130 0 16 407 117 60
Binary 1100011 11010 11011100 110111 1011000 0 1110 100000111 1001111 110000

Color Harmonies of #631ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631ADC

Black with #631ADC

Text Example


Text Example

White with #631ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631ADC; }

 p { color: rgb(99,26,220); }

 H1.HeaderClassName
 {
   color: #631ADC;
 }
 .AnyTagClassName
 {
   color: #631ADC;
 }
</style>

background-color css

<style>
 a { background-color: #631ADC; }

 a { background-color: rgb(99,26,220); }

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

border-color css

<style>
 span { border-color: #631ADC; }

 span { border-color: rgb(99,26,220); }

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