Html Css Color HEX #631EBA Purple Heart

📋 copy color: '#631EBA'

red 99 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #631EBA

Tints of Purple Heart #631EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.52%

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

R = 31.43%
G = 9.52%
B = 59.05%

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

#631EBA (or 0x631EBA) is known color: Purple Heart. HEX triplet: 63, 1E and BA. RGB value is (99,30,186). Sum of RGB (Red+Green+Blue) = 99+30+186=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #631EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631EBA is #9CE145. Grayscale: #434343. Windows color (decimal): -10281286 or 12197475. OLE color: 12197475.

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

Color convert

RGB 99 30 186 -
CMYK 0.47 0.84 0 0.27
HSL 266.54º 0.72% 0.42% -
HSV(B) 266.54º 0.84% 0.73% -
XYZ 14.47 7.13 47.07 -
YUV 68.42 194.36 149.82 -
System Red Green Blue C M Y K H S L
Decimal 99 30 186 0.47 0.84 0 0.27 266.54 0.72 0.42
Hex 63 1E BA 2F 54 0 1B 10B 48 2A
Octal 143 36 272 57 124 0 33 413 110 52
Binary 1100011 11110 10111010 101111 1010100 0 11011 100001011 1001000 101010

Color Harmonies of #631EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631EBA

Black with #631EBA

Text Example


Text Example

White with #631EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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