Html Css Color HEX #6314BF Purple Heart

📋 copy color: '#6314BF'

red 99 ◦ green 20 ◦ blue 191

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

Shades of Purple Heart #6314BF

Tints of Purple Heart #6314BF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.45%

 BLUE value IS 191 (75% from 255) = 61.61%

R = 31.94%
G = 6.45%
B = 61.61%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6314BF (or 0x6314BF) is known color: Purple Heart. HEX triplet: 63, 14 and BF. RGB value is (99,20,191). Sum of RGB (Red+Green+Blue) = 99+20+191=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #6314BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6314BF is #9CEB40. Grayscale: #3E3E3E. Windows color (decimal): -10283841 or 12522595. OLE color: 12522595.

HSL color Cylindrical-coordinate representation of color #6314BF: hue angle of 267.72º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6314BF is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 20 191 -
CMYK 0.48 0.90 0 0.25
HSL 267.72º 0.81% 0.41% -
HSV(B) 267.72º 0.9% 0.75% -
XYZ 14.8 6.91 49.84 -
YUV 63.12 200.17 153.6 -
System Red Green Blue C M Y K H S L
Decimal 99 20 191 0.48 0.90 0 0.25 267.72 0.81 0.41
Hex 63 14 BF 30 5A 0 19 10C 51 29
Octal 143 24 277 60 132 0 31 414 121 51
Binary 1100011 10100 10111111 110000 1011010 0 11001 100001100 1010001 101001

Color Harmonies of #6314BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6314BF

Black with #6314BF

Text Example


Text Example

White with #6314BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6314BF; }

 p { color: rgb(99,20,191); }

 H1.HeaderClassName
 {
   color: #6314BF;
 }
 .AnyTagClassName
 {
   color: #6314BF;
 }
</style>

background-color css

<style>
 a { background-color: #6314BF; }

 a { background-color: rgb(99,20,191); }

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

border-color css

<style>
 span { border-color: #6314BF; }

 span { border-color: rgb(99,20,191); }

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