Html Css Color HEX #631CBA Purple Heart

📋 copy color: '#631CBA'

red 99 ◦ green 28 ◦ blue 186

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

Shades of Purple Heart #631CBA

Tints of Purple Heart #631CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.95%

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

R = 31.63%
G = 8.95%
B = 59.42%

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

#631CBA (or 0x631CBA) is known color: Purple Heart. HEX triplet: 63, 1C and BA. RGB value is (99,28,186). Sum of RGB (Red+Green+Blue) = 99+28+186=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #631CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631CBA is #9CE345. Grayscale: #424242. Windows color (decimal): -10281798 or 12196963. OLE color: 12196963.

HSL color Cylindrical-coordinate representation of color #631CBA: hue angle of 266.96º degrees, saturation: 0.74, 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 #631CBA is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 28 186 -
CMYK 0.47 0.85 0 0.27
HSL 266.96º 0.74% 0.42% -
HSV(B) 266.96º 0.85% 0.73% -
XYZ 14.42 7.03 47.05 -
YUV 67.24 195.02 150.65 -
System Red Green Blue C M Y K H S L
Decimal 99 28 186 0.47 0.85 0 0.27 266.96 0.74 0.42
Hex 63 1C BA 2F 55 0 1B 10B 4A 2A
Octal 143 34 272 57 125 0 33 413 112 52
Binary 1100011 11100 10111010 101111 1010101 0 11011 100001011 1001010 101010

Color Harmonies of #631CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631CBA

Black with #631CBA

Text Example


Text Example

White with #631CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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