Html Css Color HEX #631AB5 Purple Heart

📋 copy color: '#631AB5'

red 99 ◦ green 26 ◦ blue 181

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

Shades of Purple Heart #631AB5

Tints of Purple Heart #631AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 59.15%

R = 32.35%
G = 8.5%
B = 59.15%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#631AB5 (or 0x631AB5) is known color: Purple Heart. HEX triplet: 63, 1A and B5. RGB value is (99,26,181). Sum of RGB (Red+Green+Blue) = 99+26+181=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 181 (71.09% from 255 or 59.15% from 306); Max value from RGB is 181 - color contains mainly: blue. Hex color #631AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631AB5 is #9CE54A. Grayscale: #404040. Windows color (decimal): -10282315 or 11868771. OLE color: 11868771.

HSL color Cylindrical-coordinate representation of color #631AB5: hue angle of 268.26º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631AB5 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 99 26 181 -
CMYK 0.45 0.86 0 0.29
HSL 268.26º 0.75% 0.41% -
HSV(B) 268.26º 0.86% 0.71% -
XYZ 13.86 6.73 44.28 -
YUV 65.5 193.18 151.9 -
System Red Green Blue C M Y K H S L
Decimal 99 26 181 0.45 0.86 0 0.29 268.26 0.75 0.41
Hex 63 1A B5 2D 56 0 1D 10C 4B 29
Octal 143 32 265 55 126 0 35 414 113 51
Binary 1100011 11010 10110101 101101 1010110 0 11101 100001100 1001011 101001

Color Harmonies of #631AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631AB5

Black with #631AB5

Text Example


Text Example

White with #631AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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