Html Css Color HEX #631BCE Purple Heart

📋 copy color: '#631BCE'

red 99 ◦ green 27 ◦ blue 206

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

Shades of Purple Heart #631BCE

Tints of Purple Heart #631BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.05%

R = 29.82%
G = 8.13%
B = 62.05%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#631BCE (or 0x631BCE) is known color: Purple Heart. HEX triplet: 63, 1B and CE. RGB value is (99,27,206). Sum of RGB (Red+Green+Blue) = 99+27+206=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #631BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631BCE is #9CE431. Grayscale: #444444. Windows color (decimal): -10282034 or 13507427. OLE color: 13507427.

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

Color convert

RGB 99 27 206 -
CMYK 0.52 0.87 0 0.19
HSL 264.13º 0.77% 0.46% -
HSV(B) 264.13º 0.87% 0.81% -
XYZ 16.68 7.89 59.04 -
YUV 68.93 205.35 149.45 -
System Red Green Blue C M Y K H S L
Decimal 99 27 206 0.52 0.87 0 0.19 264.13 0.77 0.46
Hex 63 1B CE 34 57 0 13 108 4D 2E
Octal 143 33 316 64 127 0 23 410 115 56
Binary 1100011 11011 11001110 110100 1010111 0 10011 100001000 1001101 101110

Color Harmonies of #631BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631BCE

Black with #631BCE

Text Example


Text Example

White with #631BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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