Html Css Color HEX #631CDD Purple Heart

📋 copy color: '#631CDD'

red 99 ◦ green 28 ◦ blue 221

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

Shades of Purple Heart #631CDD

Tints of Purple Heart #631CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.51%

R = 28.45%
G = 8.05%
B = 63.51%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#631CDD (or 0x631CDD) is known color: Purple Heart. HEX triplet: 63, 1C and DD. RGB value is (99,28,221). Sum of RGB (Red+Green+Blue) = 99+28+221=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #631CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631CDD is #9CE322. Grayscale: #464646. Windows color (decimal): -10281763 or 14490723. OLE color: 14490723.

HSL color Cylindrical-coordinate representation of color #631CDD: hue angle of 262.07º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #631CDD is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 28 221 -
CMYK 0.55 0.87 0 0.13
HSL 262.07º 0.78% 0.49% -
HSV(B) 262.07º 0.87% 0.87% -
XYZ 18.61 8.7 69.11 -
YUV 71.23 212.52 147.81 -
System Red Green Blue C M Y K H S L
Decimal 99 28 221 0.55 0.87 0 0.13 262.07 0.78 0.49
Hex 63 1C DD 37 57 0 D 106 4E 31
Octal 143 34 335 67 127 0 15 406 116 61
Binary 1100011 11100 11011101 110111 1010111 0 1101 100000110 1001110 110001

Color Harmonies of #631CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631CDD

Black with #631CDD

Text Example


Text Example

White with #631CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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