Html Css Color HEX #6438DC Purple Heart

📋 copy color: '#6438DC'

red 100 ◦ green 56 ◦ blue 220

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

Shades of Purple Heart #6438DC

Tints of Purple Heart #6438DC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.89%

 BLUE value IS 220 (86.33% from 255) = 58.51%

R = 26.6%
G = 14.89%
B = 58.51%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6438DC (or 0x6438DC) is known color: Purple Heart. HEX triplet: 64, 38 and DC. RGB value is (100,56,220). Sum of RGB (Red+Green+Blue) = 100+56+220=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #6438DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6438DC is #9BC723. Grayscale: #575757. Windows color (decimal): -10209060 or 14432356. OLE color: 14432356.

HSL color Cylindrical-coordinate representation of color #6438DC: hue angle of 256.1º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6438DC is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 56 220 -
CMYK 0.55 0.75 0 0.14
HSL 256.1º 0.7% 0.54% -
HSV(B) 256.1º 0.75% 0.86% -
XYZ 19.59 10.7 68.74 -
YUV 87.85 202.58 136.66 -
System Red Green Blue C M Y K H S L
Decimal 100 56 220 0.55 0.75 0 0.14 256.1 0.7 0.54
Hex 64 38 DC 37 4B 0 E 100 46 36
Octal 144 70 334 67 113 0 16 400 106 66
Binary 1100100 111000 11011100 110111 1001011 0 1110 100000000 1000110 110110

Color Harmonies of #6438DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6438DC

Black with #6438DC

Text Example


Text Example

White with #6438DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6438DC; }

 p { color: rgb(100,56,220); }

 H1.HeaderClassName
 {
   color: #6438DC;
 }
 .AnyTagClassName
 {
   color: #6438DC;
 }
</style>

background-color css

<style>
 a { background-color: #6438DC; }

 a { background-color: rgb(100,56,220); }

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

border-color css

<style>
 span { border-color: #6438DC; }

 span { border-color: rgb(100,56,220); }

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