Html Css Color HEX #631CCC Purple Heart

📋 copy color: '#631CCC'

red 99 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #631CCC

Tints of Purple Heart #631CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.63%

R = 29.91%
G = 8.46%
B = 61.63%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#631CCC (or 0x631CCC) is known color: Purple Heart. HEX triplet: 63, 1C and CC. RGB value is (99,28,204). Sum of RGB (Red+Green+Blue) = 99+28+204=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #631CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631CCC is #9CE333. Grayscale: #444444. Windows color (decimal): -10281780 or 13376611. OLE color: 13376611.

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

Color convert

RGB 99 28 204 -
CMYK 0.51 0.86 0 0.2
HSL 264.2º 0.76% 0.45% -
HSV(B) 264.2º 0.86% 0.8% -
XYZ 16.46 7.84 57.77 -
YUV 69.29 204.02 149.19 -
System Red Green Blue C M Y K H S L
Decimal 99 28 204 0.51 0.86 0 0.2 264.2 0.76 0.45
Hex 63 1C CC 33 56 0 14 108 4C 2D
Octal 143 34 314 63 126 0 24 410 114 55
Binary 1100011 11100 11001100 110011 1010110 0 10100 100001000 1001100 101101

Color Harmonies of #631CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631CCC

Black with #631CCC

Text Example


Text Example

White with #631CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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