Html Css Color HEX #6410BD Purple Heart

📋 copy color: '#6410BD'

red 100 ◦ green 16 ◦ blue 189

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

Shades of Purple Heart #6410BD

Tints of Purple Heart #6410BD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.25%

 BLUE value IS 189 (74.22% from 255) = 61.97%

R = 32.79%
G = 5.25%
B = 61.97%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6410BD (or 0x6410BD) is known color: Purple Heart. HEX triplet: 64, 10 and BD. RGB value is (100,16,189). Sum of RGB (Red+Green+Blue) = 100+16+189=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #6410BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6410BD is #9BEF42. Grayscale: #3C3C3C. Windows color (decimal): -10219331 or 12390500. OLE color: 12390500.

HSL color Cylindrical-coordinate representation of color #6410BD: hue angle of 269.13º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6410BD is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 16 189 -
CMYK 0.47 0.92 0 0.26
HSL 269.13º 0.84% 0.4% -
HSV(B) 269.13º 0.92% 0.74% -
XYZ 14.63 6.75 48.68 -
YUV 60.84 200.33 155.93 -
System Red Green Blue C M Y K H S L
Decimal 100 16 189 0.47 0.92 0 0.26 269.13 0.84 0.4
Hex 64 10 BD 2F 5C 0 1A 10D 54 28
Octal 144 20 275 57 134 0 32 415 124 50
Binary 1100100 10000 10111101 101111 1011100 0 11010 100001101 1010100 101000

Color Harmonies of #6410BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6410BD

Black with #6410BD

Text Example


Text Example

White with #6410BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6410BD; }

 p { color: rgb(100,16,189); }

 H1.HeaderClassName
 {
   color: #6410BD;
 }
 .AnyTagClassName
 {
   color: #6410BD;
 }
</style>

background-color css

<style>
 a { background-color: #6410BD; }

 a { background-color: rgb(100,16,189); }

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

border-color css

<style>
 span { border-color: #6410BD; }

 span { border-color: rgb(100,16,189); }

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