Html Css Color HEX #6426DD Purple Heart

📋 copy color: '#6426DD'

red 100 ◦ green 38 ◦ blue 221

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

Shades of Purple Heart #6426DD

Tints of Purple Heart #6426DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.56%

R = 27.86%
G = 10.58%
B = 61.56%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6426DD (or 0x6426DD) is known color: Purple Heart. HEX triplet: 64, 26 and DD. RGB value is (100,38,221). Sum of RGB (Red+Green+Blue) = 100+38+221=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #6426DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6426DD is #9BD922. Grayscale: #4C4C4C. Windows color (decimal): -10213667 or 14493284. OLE color: 14493284.

HSL color Cylindrical-coordinate representation of color #6426DD: hue angle of 260.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6426DD is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 38 221 -
CMYK 0.55 0.83 0 0.13
HSL 260.33º 0.73% 0.51% -
HSV(B) 260.33º 0.83% 0.87% -
XYZ 19 9.32 69.2 -
YUV 77.4 209.04 144.12 -
System Red Green Blue C M Y K H S L
Decimal 100 38 221 0.55 0.83 0 0.13 260.33 0.73 0.51
Hex 64 26 DD 37 53 0 D 104 49 33
Octal 144 46 335 67 123 0 15 404 111 63
Binary 1100100 100110 11011101 110111 1010011 0 1101 100000100 1001001 110011

Color Harmonies of #6426DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6426DD

Black with #6426DD

Text Example


Text Example

White with #6426DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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