Html Css Color HEX #6438DB Purple Heart

📋 copy color: '#6438DB'

red 100 ◦ green 56 ◦ blue 219

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

Shades of Purple Heart #6438DB

Tints of Purple Heart #6438DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.4%

R = 26.67%
G = 14.93%
B = 58.4%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6438DB (or 0x6438DB) is known color: Purple Heart. HEX triplet: 64, 38 and DB. RGB value is (100,56,219). Sum of RGB (Red+Green+Blue) = 100+56+219=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #6438DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6438DB is #9BC724. Grayscale: #575757. Windows color (decimal): -10209061 or 14366820. OLE color: 14366820.

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

Color convert

RGB 100 56 219 -
CMYK 0.54 0.74 0 0.14
HSL 256.2º 0.69% 0.54% -
HSV(B) 256.2º 0.74% 0.86% -
XYZ 19.46 10.65 68.05 -
YUV 87.74 202.08 136.75 -
System Red Green Blue C M Y K H S L
Decimal 100 56 219 0.54 0.74 0 0.14 256.2 0.69 0.54
Hex 64 38 DB 36 4A 0 E 100 45 36
Octal 144 70 333 66 112 0 16 400 105 66
Binary 1100100 111000 11011011 110110 1001010 0 1110 100000000 1000101 110110

Color Harmonies of #6438DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6438DB

Black with #6438DB

Text Example


Text Example

White with #6438DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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