Html Css Color HEX #6315BE Purple Heart

📋 copy color: '#6315BE'

red 99 ◦ green 21 ◦ blue 190

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

Shades of Purple Heart #6315BE

Tints of Purple Heart #6315BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.29%

R = 31.94%
G = 6.77%
B = 61.29%

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

#6315BE (or 0x6315BE) is known color: Purple Heart. HEX triplet: 63, 15 and BE. RGB value is (99,21,190). Sum of RGB (Red+Green+Blue) = 99+21+190=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #6315BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6315BE is #9CEA41. Grayscale: #3E3E3E. Windows color (decimal): -10283586 or 12457315. OLE color: 12457315.

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

Color convert

RGB 99 21 190 -
CMYK 0.48 0.89 0 0.25
HSL 267.69º 0.8% 0.41% -
HSV(B) 267.69º 0.89% 0.75% -
XYZ 14.71 6.91 49.27 -
YUV 63.59 199.34 153.26 -
System Red Green Blue C M Y K H S L
Decimal 99 21 190 0.48 0.89 0 0.25 267.69 0.8 0.41
Hex 63 15 BE 30 59 0 19 10C 50 29
Octal 143 25 276 60 131 0 31 414 120 51
Binary 1100011 10101 10111110 110000 1011001 0 11001 100001100 1010000 101001

Color Harmonies of #6315BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6315BE

Black with #6315BE

Text Example


Text Example

White with #6315BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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