Html Css Color HEX #631FBC Purple Heart

📋 copy color: '#631FBC'

red 99 ◦ green 31 ◦ blue 188

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

Shades of Purple Heart #631FBC

Tints of Purple Heart #631FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.75%

 BLUE value IS 188 (73.83% from 255) = 59.12%

R = 31.13%
G = 9.75%
B = 59.12%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#631FBC (or 0x631FBC) is known color: Purple Heart. HEX triplet: 63, 1F and BC. RGB value is (99,31,188). Sum of RGB (Red+Green+Blue) = 99+31+188=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #631FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631FBC is #9CE043. Grayscale: #444444. Windows color (decimal): -10281028 or 12328803. OLE color: 12328803.

HSL color Cylindrical-coordinate representation of color #631FBC: hue angle of 265.99º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631FBC is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 31 188 -
CMYK 0.47 0.84 0 0.26
HSL 265.99º 0.72% 0.43% -
HSV(B) 265.99º 0.84% 0.74% -
XYZ 14.71 7.26 48.2 -
YUV 69.23 195.03 149.23 -
System Red Green Blue C M Y K H S L
Decimal 99 31 188 0.47 0.84 0 0.26 265.99 0.72 0.43
Hex 63 1F BC 2F 54 0 1A 10A 48 2B
Octal 143 37 274 57 124 0 32 412 110 53
Binary 1100011 11111 10111100 101111 1010100 0 11010 100001010 1001000 101011

Color Harmonies of #631FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631FBC

Black with #631FBC

Text Example


Text Example

White with #631FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,31,188); }

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

background-color css

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

 a { background-color: rgb(99,31,188); }

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

border-color css

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

 span { border-color: rgb(99,31,188); }

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