Html Css Color HEX #631DBB Purple Heart

📋 copy color: '#631DBB'

red 99 ◦ green 29 ◦ blue 187

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

Shades of Purple Heart #631DBB

Tints of Purple Heart #631DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.21%

 BLUE value IS 187 (73.44% from 255) = 59.37%

R = 31.43%
G = 9.21%
B = 59.37%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#631DBB (or 0x631DBB) is known color: Purple Heart. HEX triplet: 63, 1D and BB. RGB value is (99,29,187). Sum of RGB (Red+Green+Blue) = 99+29+187=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #631DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631DBB is #9CE244. Grayscale: #434343. Windows color (decimal): -10281541 or 12262755. OLE color: 12262755.

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

Color convert

RGB 99 29 187 -
CMYK 0.47 0.84 0 0.27
HSL 266.58º 0.73% 0.42% -
HSV(B) 266.58º 0.84% 0.73% -
XYZ 14.55 7.12 47.62 -
YUV 67.94 195.19 150.15 -
System Red Green Blue C M Y K H S L
Decimal 99 29 187 0.47 0.84 0 0.27 266.58 0.73 0.42
Hex 63 1D BB 2F 54 0 1B 10B 49 2A
Octal 143 35 273 57 124 0 33 413 111 52
Binary 1100011 11101 10111011 101111 1010100 0 11011 100001011 1001001 101010

Color Harmonies of #631DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631DBB

Black with #631DBB

Text Example


Text Example

White with #631DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,29,187); }

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

background-color css

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

 a { background-color: rgb(99,29,187); }

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

border-color css

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

 span { border-color: rgb(99,29,187); }

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