Html Css Color HEX #631ABC Purple Heart

📋 copy color: '#631ABC'

red 99 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #631ABC

Tints of Purple Heart #631ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.31%

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

R = 31.63%
G = 8.31%
B = 60.06%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#631ABC (or 0x631ABC) is known color: Purple Heart. HEX triplet: 63, 1A and BC. RGB value is (99,26,188). Sum of RGB (Red+Green+Blue) = 99+26+188=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #631ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631ABC is #9CE543. Grayscale: #414141. Windows color (decimal): -10282308 or 12327523. OLE color: 12327523.

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

Color convert

RGB 99 26 188 -
CMYK 0.47 0.86 0 0.26
HSL 267.04º 0.76% 0.42% -
HSV(B) 267.04º 0.86% 0.74% -
XYZ 14.59 7.02 48.16 -
YUV 66.3 196.68 151.33 -
System Red Green Blue C M Y K H S L
Decimal 99 26 188 0.47 0.86 0 0.26 267.04 0.76 0.42
Hex 63 1A BC 2F 56 0 1A 10B 4C 2A
Octal 143 32 274 57 126 0 32 413 114 52
Binary 1100011 11010 10111100 101111 1010110 0 11010 100001011 1001100 101010

Color Harmonies of #631ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631ABC

Black with #631ABC

Text Example


Text Example

White with #631ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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