Html Css Color HEX #6426AC Purple Heart

📋 copy color: '#6426AC'

red 100 ◦ green 38 ◦ blue 172

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

Shades of Purple Heart #6426AC

Tints of Purple Heart #6426AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

 BLUE value IS 172 (67.58% from 255) = 55.48%

R = 32.26%
G = 12.26%
B = 55.48%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6426AC (or 0x6426AC) is known color: Purple Heart. HEX triplet: 64, 26 and AC. RGB value is (100,38,172). Sum of RGB (Red+Green+Blue) = 100+38+172=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #6426AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6426AC is #9BD953. Grayscale: #474747. Windows color (decimal): -10213716 or 11282020. OLE color: 11282020.

HSL color Cylindrical-coordinate representation of color #6426AC: hue angle of 267.76º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6426AC is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 38 172 -
CMYK 0.42 0.78 0 0.33
HSL 267.76º 0.64% 0.41% -
HSV(B) 267.76º 0.78% 0.67% -
XYZ 13.4 7.07 39.69 -
YUV 71.81 184.54 148.1 -
System Red Green Blue C M Y K H S L
Decimal 100 38 172 0.42 0.78 0 0.33 267.76 0.64 0.41
Hex 64 26 AC 2A 4E 0 21 10C 40 29
Octal 144 46 254 52 116 0 41 414 100 51
Binary 1100100 100110 10101100 101010 1001110 0 100001 100001100 1000000 101001

Color Harmonies of #6426AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6426AC

Black with #6426AC

Text Example


Text Example

White with #6426AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6426AC; }

 p { color: rgb(100,38,172); }

 H1.HeaderClassName
 {
   color: #6426AC;
 }
 .AnyTagClassName
 {
   color: #6426AC;
 }
</style>

background-color css

<style>
 a { background-color: #6426AC; }

 a { background-color: rgb(100,38,172); }

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

border-color css

<style>
 span { border-color: #6426AC; }

 span { border-color: rgb(100,38,172); }

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