Html Css Color HEX #6315CB Purple Heart

📋 copy color: '#6315CB'

red 99 ◦ green 21 ◦ blue 203

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

Shades of Purple Heart #6315CB

Tints of Purple Heart #6315CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.85%

R = 30.65%
G = 6.5%
B = 62.85%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6315CB (or 0x6315CB) is known color: Purple Heart. HEX triplet: 63, 15 and CB. RGB value is (99,21,203). Sum of RGB (Red+Green+Blue) = 99+21+203=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #6315CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6315CB is #9CEA34. Grayscale: #404040. Windows color (decimal): -10283573 or 13309283. OLE color: 13309283.

HSL color Cylindrical-coordinate representation of color #6315CB: hue angle of 265.71º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6315CB is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 21 203 -
CMYK 0.51 0.90 0 0.20
HSL 265.71º 0.81% 0.44% -
HSV(B) 265.71º 0.9% 0.8% -
XYZ 16.19 7.5 57.09 -
YUV 65.07 205.84 152.2 -
System Red Green Blue C M Y K H S L
Decimal 99 21 203 0.51 0.90 0 0.20 265.71 0.81 0.44
Hex 63 15 CB 33 5A 0 14 10A 51 2C
Octal 143 25 313 63 132 0 24 412 121 54
Binary 1100011 10101 11001011 110011 1011010 0 10100 100001010 1010001 101100

Color Harmonies of #6315CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6315CB

Black with #6315CB

Text Example


Text Example

White with #6315CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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