Html Css Color HEX #6413BC Purple Heart

📋 copy color: '#6413BC'

red 100 ◦ green 19 ◦ blue 188

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

Shades of Purple Heart #6413BC

Tints of Purple Heart #6413BC

RGB

 RED value IS 100 (39.45% from 255) = 32.57%

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

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

R = 32.57%
G = 6.19%
B = 61.24%

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

#6413BC (or 0x6413BC) is known color: Purple Heart. HEX triplet: 64, 13 and BC. RGB value is (100,19,188). Sum of RGB (Red+Green+Blue) = 100+19+188=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 19 (7.81% from 255 or 6.19% 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 #6413BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6413BC is #9BEC43. Grayscale: #3D3D3D. Windows color (decimal): -10218564 or 12325732. OLE color: 12325732.

HSL color Cylindrical-coordinate representation of color #6413BC: hue angle of 268.76º 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 #6413BC is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 19 188 -
CMYK 0.47 0.90 0 0.26
HSL 268.76º 0.82% 0.41% -
HSV(B) 268.76º 0.9% 0.74% -
XYZ 14.57 6.81 48.12 -
YUV 62.49 198.84 154.76 -
System Red Green Blue C M Y K H S L
Decimal 100 19 188 0.47 0.90 0 0.26 268.76 0.82 0.41
Hex 64 13 BC 2F 5A 0 1A 10D 52 29
Octal 144 23 274 57 132 0 32 415 122 51
Binary 1100100 10011 10111100 101111 1011010 0 11010 100001101 1010010 101001

Color Harmonies of #6413BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6413BC

Black with #6413BC

Text Example


Text Example

White with #6413BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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