Html Css Color HEX #631BDE Purple Heart

📋 copy color: '#631BDE'

red 99 ◦ green 27 ◦ blue 222

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

Shades of Purple Heart #631BDE

Tints of Purple Heart #631BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.79%

R = 28.45%
G = 7.76%
B = 63.79%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#631BDE (or 0x631BDE) is known color: Purple Heart. HEX triplet: 63, 1B and DE. RGB value is (99,27,222). Sum of RGB (Red+Green+Blue) = 99+27+222=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #631BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631BDE is #9CE421. Grayscale: #464646. Windows color (decimal): -10282018 or 14556003. OLE color: 14556003.

HSL color Cylindrical-coordinate representation of color #631BDE: hue angle of 262.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631BDE is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 27 222 -
CMYK 0.55 0.88 0 0.13
HSL 262.15º 0.78% 0.49% -
HSV(B) 262.15º 0.88% 0.87% -
XYZ 18.72 8.71 69.8 -
YUV 70.76 213.35 148.14 -
System Red Green Blue C M Y K H S L
Decimal 99 27 222 0.55 0.88 0 0.13 262.15 0.78 0.49
Hex 63 1B DE 37 58 0 D 106 4E 31
Octal 143 33 336 67 130 0 15 406 116 61
Binary 1100011 11011 11011110 110111 1011000 0 1101 100000110 1001110 110001

Color Harmonies of #631BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631BDE

Black with #631BDE

Text Example


Text Example

White with #631BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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