Html Css Color HEX #631BBA Purple Heart

📋 copy color: '#631BBA'

red 99 ◦ green 27 ◦ blue 186

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

Shades of Purple Heart #631BBA

Tints of Purple Heart #631BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.65%

 BLUE value IS 186 (73.05% from 255) = 59.62%

R = 31.73%
G = 8.65%
B = 59.62%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#631BBA (or 0x631BBA) is known color: Purple Heart. HEX triplet: 63, 1B and BA. RGB value is (99,27,186). Sum of RGB (Red+Green+Blue) = 99+27+186=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #631BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631BBA is #9CE445. Grayscale: #424242. Windows color (decimal): -10282054 or 12196707. OLE color: 12196707.

HSL color Cylindrical-coordinate representation of color #631BBA: hue angle of 267.17º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631BBA is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 27 186 -
CMYK 0.47 0.85 0 0.27
HSL 267.17º 0.75% 0.42% -
HSV(B) 267.17º 0.85% 0.73% -
XYZ 14.4 6.98 47.04 -
YUV 66.65 195.35 151.07 -
System Red Green Blue C M Y K H S L
Decimal 99 27 186 0.47 0.85 0 0.27 267.17 0.75 0.42
Hex 63 1B BA 2F 55 0 1B 10B 4B 2A
Octal 143 33 272 57 125 0 33 413 113 52
Binary 1100011 11011 10111010 101111 1010101 0 11011 100001011 1001011 101010

Color Harmonies of #631BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631BBA

Black with #631BBA

Text Example


Text Example

White with #631BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,27,186); }

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

background-color css

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

 a { background-color: rgb(99,27,186); }

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

border-color css

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

 span { border-color: rgb(99,27,186); }

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