Html Css Color HEX #631DBC Purple Heart

📋 copy color: '#631DBC'

red 99 ◦ green 29 ◦ blue 188

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

Shades of Purple Heart #631DBC

Tints of Purple Heart #631DBC

RGB

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

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

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

R = 31.33%
G = 9.18%
B = 59.49%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#631DBC (or 0x631DBC) is known color: Purple Heart. HEX triplet: 63, 1D and BC. RGB value is (99,29,188). Sum of RGB (Red+Green+Blue) = 99+29+188=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #631DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631DBC is #9CE243. Grayscale: #434343. Windows color (decimal): -10281540 or 12328291. OLE color: 12328291.

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

Color convert

RGB 99 29 188 -
CMYK 0.47 0.85 0 0.26
HSL 266.42º 0.73% 0.43% -
HSV(B) 266.42º 0.85% 0.74% -
XYZ 14.66 7.16 48.19 -
YUV 68.06 195.69 150.07 -
System Red Green Blue C M Y K H S L
Decimal 99 29 188 0.47 0.85 0 0.26 266.42 0.73 0.43
Hex 63 1D BC 2F 55 0 1A 10A 49 2B
Octal 143 35 274 57 125 0 32 412 111 53
Binary 1100011 11101 10111100 101111 1010101 0 11010 100001010 1001001 101011

Color Harmonies of #631DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631DBC

Black with #631DBC

Text Example


Text Example

White with #631DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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