Html Css Color HEX #631CCF Purple Heart

📋 copy color: '#631CCF'

red 99 ◦ green 28 ◦ blue 207

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

Shades of Purple Heart #631CCF

Tints of Purple Heart #631CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.98%

R = 29.64%
G = 8.38%
B = 61.98%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#631CCF (or 0x631CCF) is known color: Purple Heart. HEX triplet: 63, 1C and CF. RGB value is (99,28,207). Sum of RGB (Red+Green+Blue) = 99+28+207=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #631CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631CCF is #9CE330. Grayscale: #444444. Windows color (decimal): -10281777 or 13573219. OLE color: 13573219.

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

Color convert

RGB 99 28 207 -
CMYK 0.52 0.86 0 0.19
HSL 263.8º 0.76% 0.46% -
HSV(B) 263.8º 0.86% 0.81% -
XYZ 16.82 7.99 59.69 -
YUV 69.64 205.52 148.95 -
System Red Green Blue C M Y K H S L
Decimal 99 28 207 0.52 0.86 0 0.19 263.8 0.76 0.46
Hex 63 1C CF 34 56 0 13 108 4C 2E
Octal 143 34 317 64 126 0 23 410 114 56
Binary 1100011 11100 11001111 110100 1010110 0 10011 100001000 1001100 101110

Color Harmonies of #631CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631CCF

Black with #631CCF

Text Example


Text Example

White with #631CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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