Html Css Color HEX #6315D4 Purple Heart

📋 copy color: '#6315D4'

red 99 ◦ green 21 ◦ blue 212

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

Shades of Purple Heart #6315D4

Tints of Purple Heart #6315D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 63.86%

R = 29.82%
G = 6.33%
B = 63.86%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#6315D4 (or 0x6315D4) is known color: Purple Heart. HEX triplet: 63, 15 and D4. RGB value is (99,21,212). Sum of RGB (Red+Green+Blue) = 99+21+212=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 212 (83.20% from 255 or 63.86% from 332); Max value from RGB is 212 - color contains mainly: blue. Hex color #6315D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6315D4 is #9CEA2B. Grayscale: #414141. Windows color (decimal): -10283564 or 13899107. OLE color: 13899107.

HSL color Cylindrical-coordinate representation of color #6315D4: hue angle of 264.5º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6315D4 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 99 21 212 -
CMYK 0.53 0.90 0 0.17
HSL 264.5º 0.82% 0.46% -
HSV(B) 264.5º 0.9% 0.83% -
XYZ 17.3 7.94 62.91 -
YUV 66.1 210.34 151.47 -
System Red Green Blue C M Y K H S L
Decimal 99 21 212 0.53 0.90 0 0.17 264.5 0.82 0.46
Hex 63 15 D4 35 5A 0 11 109 52 2E
Octal 143 25 324 65 132 0 21 411 122 56
Binary 1100011 10101 11010100 110101 1011010 0 10001 100001001 1010010 101110

Color Harmonies of #6315D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6315D4

Black with #6315D4

Text Example


Text Example

White with #6315D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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