Html Css Color HEX #6314BC Purple Heart

📋 copy color: '#6314BC'

red 99 ◦ green 20 ◦ blue 188

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

Shades of Purple Heart #6314BC

Tints of Purple Heart #6314BC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.51%

 BLUE value IS 188 (73.83% from 255) = 61.24%

R = 32.25%
G = 6.51%
B = 61.24%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6314BC (or 0x6314BC) is known color: Purple Heart. HEX triplet: 63, 14 and BC. RGB value is (99,20,188). Sum of RGB (Red+Green+Blue) = 99+20+188=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #6314BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6314BC is #9CEB43. Grayscale: #3E3E3E. Windows color (decimal): -10283844 or 12325987. OLE color: 12325987.

HSL color Cylindrical-coordinate representation of color #6314BC: hue angle of 268.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6314BC is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 20 188 -
CMYK 0.47 0.89 0 0.26
HSL 268.21º 0.81% 0.41% -
HSV(B) 268.21º 0.89% 0.74% -
XYZ 14.47 6.78 48.12 -
YUV 62.77 198.67 153.84 -
System Red Green Blue C M Y K H S L
Decimal 99 20 188 0.47 0.89 0 0.26 268.21 0.81 0.41
Hex 63 14 BC 2F 59 0 1A 10C 51 29
Octal 143 24 274 57 131 0 32 414 121 51
Binary 1100011 10100 10111100 101111 1011001 0 11010 100001100 1010001 101001

Color Harmonies of #6314BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6314BC

Black with #6314BC

Text Example


Text Example

White with #6314BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6314BC; }

 p { color: rgb(99,20,188); }

 H1.HeaderClassName
 {
   color: #6314BC;
 }
 .AnyTagClassName
 {
   color: #6314BC;
 }
</style>

background-color css

<style>
 a { background-color: #6314BC; }

 a { background-color: rgb(99,20,188); }

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

border-color css

<style>
 span { border-color: #6314BC; }

 span { border-color: rgb(99,20,188); }

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