Html Css Color HEX #6313BC Purple Heart

📋 copy color: '#6313BC'

red 99 ◦ green 19 ◦ blue 188

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

Shades of Purple Heart #6313BC

Tints of Purple Heart #6313BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.21%

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

R = 32.35%
G = 6.21%
B = 61.44%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6313BC (or 0x6313BC) is known color: Purple Heart. HEX triplet: 63, 13 and BC. RGB value is (99,19,188). Sum of RGB (Red+Green+Blue) = 99+19+188=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #6313BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6313BC is #9CEC43. Grayscale: #3D3D3D. Windows color (decimal): -10284100 or 12325731. OLE color: 12325731.

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

Color convert

RGB 99 19 188 -
CMYK 0.47 0.90 0 0.26
HSL 268.4º 0.82% 0.41% -
HSV(B) 268.4º 0.9% 0.74% -
XYZ 14.46 6.75 48.12 -
YUV 62.19 199 154.26 -
System Red Green Blue C M Y K H S L
Decimal 99 19 188 0.47 0.90 0 0.26 268.4 0.82 0.41
Hex 63 13 BC 2F 5A 0 1A 10C 52 29
Octal 143 23 274 57 132 0 32 414 122 51
Binary 1100011 10011 10111100 101111 1011010 0 11010 100001100 1010010 101001

Color Harmonies of #6313BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6313BC

Black with #6313BC

Text Example


Text Example

White with #6313BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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