Html Css Color HEX #6417B0 Purple Heart

📋 copy color: '#6417B0'

red 100 ◦ green 23 ◦ blue 176

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

Shades of Purple Heart #6417B0

Tints of Purple Heart #6417B0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.69%

 BLUE value IS 176 (69.14% from 255) = 58.86%

R = 33.44%
G = 7.69%
B = 58.86%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6417B0 (or 0x6417B0) is known color: Purple Heart. HEX triplet: 64, 17 and B0. RGB value is (100,23,176). Sum of RGB (Red+Green+Blue) = 100+23+176=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 176 (69.14% from 255 or 58.86% from 299); Max value from RGB is 176 - color contains mainly: blue. Hex color #6417B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6417B0 is #9BE84F. Grayscale: #3E3E3E. Windows color (decimal): -10217552 or 11540324. OLE color: 11540324.

HSL color Cylindrical-coordinate representation of color #6417B0: hue angle of 270.2º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6417B0 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 23 176 -
CMYK 0.43 0.87 0 0.31
HSL 270.2º 0.77% 0.39% -
HSV(B) 270.2º 0.87% 0.69% -
XYZ 13.4 6.46 41.61 -
YUV 63.47 191.51 154.06 -
System Red Green Blue C M Y K H S L
Decimal 100 23 176 0.43 0.87 0 0.31 270.2 0.77 0.39
Hex 64 17 B0 2B 57 0 1F 10E 4D 27
Octal 144 27 260 53 127 0 37 416 115 47
Binary 1100100 10111 10110000 101011 1010111 0 11111 100001110 1001101 100111

Color Harmonies of #6417B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6417B0

Black with #6417B0

Text Example


Text Example

White with #6417B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6417B0; }

 p { color: rgb(100,23,176); }

 H1.HeaderClassName
 {
   color: #6417B0;
 }
 .AnyTagClassName
 {
   color: #6417B0;
 }
</style>

background-color css

<style>
 a { background-color: #6417B0; }

 a { background-color: rgb(100,23,176); }

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

border-color css

<style>
 span { border-color: #6417B0; }

 span { border-color: rgb(100,23,176); }

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