Html Css Color HEX #6315BF Purple Heart

📋 copy color: '#6315BF'

red 99 ◦ green 21 ◦ blue 191

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

Shades of Purple Heart #6315BF

Tints of Purple Heart #6315BF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.75%

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

R = 31.83%
G = 6.75%
B = 61.41%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6315BF (or 0x6315BF) is known color: Purple Heart. HEX triplet: 63, 15 and BF. RGB value is (99,21,191). Sum of RGB (Red+Green+Blue) = 99+21+191=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #6315BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6315BF is #9CEA40. Grayscale: #3F3F3F. Windows color (decimal): -10283585 or 12522851. OLE color: 12522851.

HSL color Cylindrical-coordinate representation of color #6315BF: hue angle of 267.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6315BF is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 21 191 -
CMYK 0.48 0.89 0 0.25
HSL 267.53º 0.8% 0.42% -
HSV(B) 267.53º 0.89% 0.75% -
XYZ 14.82 6.95 49.85 -
YUV 63.7 199.84 153.18 -
System Red Green Blue C M Y K H S L
Decimal 99 21 191 0.48 0.89 0 0.25 267.53 0.8 0.42
Hex 63 15 BF 30 59 0 19 10C 50 2A
Octal 143 25 277 60 131 0 31 414 120 52
Binary 1100011 10101 10111111 110000 1011001 0 11001 100001100 1010000 101010

Color Harmonies of #6315BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6315BF

Black with #6315BF

Text Example


Text Example

White with #6315BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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