Html Css Color HEX #631ABF Purple Heart

📋 copy color: '#631ABF'

red 99 ◦ green 26 ◦ blue 191

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

Shades of Purple Heart #631ABF

Tints of Purple Heart #631ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.44%

R = 31.33%
G = 8.23%
B = 60.44%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#631ABF (or 0x631ABF) is known color: Purple Heart. HEX triplet: 63, 1A and BF. RGB value is (99,26,191). Sum of RGB (Red+Green+Blue) = 99+26+191=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #631ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631ABF is #9CE540. Grayscale: #424242. Windows color (decimal): -10282305 or 12524131. OLE color: 12524131.

HSL color Cylindrical-coordinate representation of color #631ABF: hue angle of 266.55º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631ABF is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 26 191 -
CMYK 0.48 0.86 0 0.25
HSL 266.55º 0.76% 0.43% -
HSV(B) 266.55º 0.86% 0.75% -
XYZ 14.92 7.15 49.88 -
YUV 66.64 198.18 151.08 -
System Red Green Blue C M Y K H S L
Decimal 99 26 191 0.48 0.86 0 0.25 266.55 0.76 0.43
Hex 63 1A BF 30 56 0 19 10B 4C 2B
Octal 143 32 277 60 126 0 31 413 114 53
Binary 1100011 11010 10111111 110000 1010110 0 11001 100001011 1001100 101011

Color Harmonies of #631ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631ABF

Black with #631ABF

Text Example


Text Example

White with #631ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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