Html Css Color HEX #6315CC Purple Heart

📋 copy color: '#6315CC'

red 99 ◦ green 21 ◦ blue 204

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

Shades of Purple Heart #6315CC

Tints of Purple Heart #6315CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.96%

R = 30.56%
G = 6.48%
B = 62.96%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6315CC (or 0x6315CC) is known color: Purple Heart. HEX triplet: 63, 15 and CC. RGB value is (99,21,204). Sum of RGB (Red+Green+Blue) = 99+21+204=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #6315CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6315CC is #9CEA33. Grayscale: #404040. Windows color (decimal): -10283572 or 13374819. OLE color: 13374819.

HSL color Cylindrical-coordinate representation of color #6315CC: hue angle of 265.57º 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 #6315CC is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 21 204 -
CMYK 0.51 0.90 0 0.2
HSL 265.57º 0.81% 0.44% -
HSV(B) 265.57º 0.9% 0.8% -
XYZ 16.31 7.55 57.72 -
YUV 65.18 206.34 152.12 -
System Red Green Blue C M Y K H S L
Decimal 99 21 204 0.51 0.90 0 0.2 265.57 0.81 0.44
Hex 63 15 CC 33 5A 0 14 10A 51 2C
Octal 143 25 314 63 132 0 24 412 121 54
Binary 1100011 10101 11001100 110011 1011010 0 10100 100001010 1010001 101100

Color Harmonies of #6315CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6315CC

Black with #6315CC

Text Example


Text Example

White with #6315CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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