Html Css Color HEX #631ACD Purple Heart

📋 copy color: '#631ACD'

red 99 ◦ green 26 ◦ blue 205

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

Shades of Purple Heart #631ACD

Tints of Purple Heart #631ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.12%

R = 30%
G = 7.88%
B = 62.12%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#631ACD (or 0x631ACD) is known color: Purple Heart. HEX triplet: 63, 1A and CD. RGB value is (99,26,205). Sum of RGB (Red+Green+Blue) = 99+26+205=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #631ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631ACD is #9CE532. Grayscale: #434343. Windows color (decimal): -10282291 or 13441635. OLE color: 13441635.

HSL color Cylindrical-coordinate representation of color #631ACD: hue angle of 264.47º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #631ACD is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 26 205 -
CMYK 0.52 0.87 0 0.20
HSL 264.47º 0.77% 0.45% -
HSV(B) 264.47º 0.87% 0.8% -
XYZ 16.53 7.8 58.39 -
YUV 68.23 205.18 149.95 -
System Red Green Blue C M Y K H S L
Decimal 99 26 205 0.52 0.87 0 0.20 264.47 0.77 0.45
Hex 63 1A CD 34 57 0 14 108 4D 2D
Octal 143 32 315 64 127 0 24 410 115 55
Binary 1100011 11010 11001101 110100 1010111 0 10100 100001000 1001101 101101

Color Harmonies of #631ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631ACD

Black with #631ACD

Text Example


Text Example

White with #631ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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