Html Css Color HEX #631BCD Purple Heart

📋 copy color: '#631BCD'

red 99 ◦ green 27 ◦ blue 205

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

Shades of Purple Heart #631BCD

Tints of Purple Heart #631BCD

RGB

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

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

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

R = 29.91%
G = 8.16%
B = 61.93%

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

#631BCD (or 0x631BCD) is known color: Purple Heart. HEX triplet: 63, 1B and CD. RGB value is (99,27,205). Sum of RGB (Red+Green+Blue) = 99+27+205=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #631BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631BCD is #9CE432. Grayscale: #444444. Windows color (decimal): -10282035 or 13441891. OLE color: 13441891.

HSL color Cylindrical-coordinate representation of color #631BCD: hue angle of 264.27º 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 #631BCD is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 27 205 -
CMYK 0.52 0.87 0 0.20
HSL 264.27º 0.77% 0.45% -
HSV(B) 264.27º 0.87% 0.8% -
XYZ 16.56 7.84 58.4 -
YUV 68.82 204.85 149.53 -
System Red Green Blue C M Y K H S L
Decimal 99 27 205 0.52 0.87 0 0.20 264.27 0.77 0.45
Hex 63 1B CD 34 57 0 14 108 4D 2D
Octal 143 33 315 64 127 0 24 410 115 55
Binary 1100011 11011 11001101 110100 1010111 0 10100 100001000 1001101 101101

Color Harmonies of #631BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631BCD

Black with #631BCD

Text Example


Text Example

White with #631BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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