Html Css Color HEX #631CCD Purple Heart

📋 copy color: '#631CCD'

red 99 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #631CCD

Tints of Purple Heart #631CCD

RGB

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

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

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

R = 29.82%
G = 8.43%
B = 61.75%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#631CCD (or 0x631CCD) is known color: Purple Heart. HEX triplet: 63, 1C and CD. RGB value is (99,28,205). Sum of RGB (Red+Green+Blue) = 99+28+205=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #631CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631CCD is #9CE332. Grayscale: #444444. Windows color (decimal): -10281779 or 13442147. OLE color: 13442147.

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

Color convert

RGB 99 28 205 -
CMYK 0.52 0.86 0 0.20
HSL 264.07º 0.76% 0.46% -
HSV(B) 264.07º 0.86% 0.8% -
XYZ 16.58 7.89 58.41 -
YUV 69.41 204.52 149.11 -
System Red Green Blue C M Y K H S L
Decimal 99 28 205 0.52 0.86 0 0.20 264.07 0.76 0.46
Hex 63 1C CD 34 56 0 14 108 4C 2E
Octal 143 34 315 64 126 0 24 410 114 56
Binary 1100011 11100 11001101 110100 1010110 0 10100 100001000 1001100 101110

Color Harmonies of #631CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631CCD

Black with #631CCD

Text Example


Text Example

White with #631CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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