Html Css Color HEX #631CBC Purple Heart

📋 copy color: '#631CBC'

red 99 ◦ green 28 ◦ blue 188

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

Shades of Purple Heart #631CBC

Tints of Purple Heart #631CBC

RGB

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

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

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

R = 31.43%
G = 8.89%
B = 59.68%

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

#631CBC (or 0x631CBC) is known color: Purple Heart. HEX triplet: 63, 1C and BC. RGB value is (99,28,188). Sum of RGB (Red+Green+Blue) = 99+28+188=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #631CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631CBC is #9CE343. Grayscale: #424242. Windows color (decimal): -10281796 or 12328035. OLE color: 12328035.

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

Color convert

RGB 99 28 188 -
CMYK 0.47 0.85 0 0.26
HSL 266.63º 0.74% 0.42% -
HSV(B) 266.63º 0.85% 0.74% -
XYZ 14.64 7.11 48.18 -
YUV 67.47 196.02 150.49 -
System Red Green Blue C M Y K H S L
Decimal 99 28 188 0.47 0.85 0 0.26 266.63 0.74 0.42
Hex 63 1C BC 2F 55 0 1A 10B 4A 2A
Octal 143 34 274 57 125 0 32 413 112 52
Binary 1100011 11100 10111100 101111 1010101 0 11010 100001011 1001010 101010

Color Harmonies of #631CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631CBC

Black with #631CBC

Text Example


Text Example

White with #631CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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