Html Css Color HEX #6313BD Purple Heart

📋 copy color: '#6313BD'

red 99 ◦ green 19 ◦ blue 189

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

Shades of Purple Heart #6313BD

Tints of Purple Heart #6313BD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.19%

 BLUE value IS 189 (74.22% from 255) = 61.56%

R = 32.25%
G = 6.19%
B = 61.56%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6313BD (or 0x6313BD) is known color: Purple Heart. HEX triplet: 63, 13 and BD. RGB value is (99,19,189). Sum of RGB (Red+Green+Blue) = 99+19+189=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #6313BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6313BD is #9CEC42. Grayscale: #3D3D3D. Windows color (decimal): -10284099 or 12391267. OLE color: 12391267.

HSL color Cylindrical-coordinate representation of color #6313BD: hue angle of 268.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6313BD is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 19 189 -
CMYK 0.48 0.90 0 0.26
HSL 268.24º 0.82% 0.41% -
HSV(B) 268.24º 0.9% 0.74% -
XYZ 14.56 6.79 48.69 -
YUV 62.3 199.5 154.18 -
System Red Green Blue C M Y K H S L
Decimal 99 19 189 0.48 0.90 0 0.26 268.24 0.82 0.41
Hex 63 13 BD 30 5A 0 1A 10C 52 29
Octal 143 23 275 60 132 0 32 414 122 51
Binary 1100011 10011 10111101 110000 1011010 0 11010 100001100 1010010 101001

Color Harmonies of #6313BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6313BD

Black with #6313BD

Text Example


Text Example

White with #6313BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6313BD; }

 p { color: rgb(99,19,189); }

 H1.HeaderClassName
 {
   color: #6313BD;
 }
 .AnyTagClassName
 {
   color: #6313BD;
 }
</style>

background-color css

<style>
 a { background-color: #6313BD; }

 a { background-color: rgb(99,19,189); }

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

border-color css

<style>
 span { border-color: #6313BD; }

 span { border-color: rgb(99,19,189); }

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