Html Css Color HEX #6434E5 Purple Heart

📋 copy color: '#6434E5'

red 100 ◦ green 52 ◦ blue 229

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

Shades of Purple Heart #6434E5

Tints of Purple Heart #6434E5

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.65%

 BLUE value IS 229 (89.84% from 255) = 60.1%

R = 26.25%
G = 13.65%
B = 60.1%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6434E5 (or 0x6434E5) is known color: Purple Heart. HEX triplet: 64, 34 and E5. RGB value is (100,52,229). Sum of RGB (Red+Green+Blue) = 100+52+229=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 229 (89.84% from 255 or 60.10% from 381); Max value from RGB is 229 - color contains mainly: blue. Hex color #6434E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6434E5 is #9BCB1A. Grayscale: #555555. Windows color (decimal): -10210075 or 15021156. OLE color: 15021156.

HSL color Cylindrical-coordinate representation of color #6434E5: hue angle of 256.27º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6434E5 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 52 229 -
CMYK 0.56 0.77 0 0.10
HSL 256.27º 0.77% 0.55% -
HSV(B) 256.27º 0.77% 0.9% -
XYZ 20.63 10.82 75.13 -
YUV 86.53 208.4 137.61 -
System Red Green Blue C M Y K H S L
Decimal 100 52 229 0.56 0.77 0 0.10 256.27 0.77 0.55
Hex 64 34 E5 38 4D 0 A 100 4D 37
Octal 144 64 345 70 115 0 12 400 115 67
Binary 1100100 110100 11100101 111000 1001101 0 1010 100000000 1001101 110111

Color Harmonies of #6434E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6434E5

Black with #6434E5

Text Example


Text Example

White with #6434E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6434E5; }

 p { color: rgb(100,52,229); }

 H1.HeaderClassName
 {
   color: #6434E5;
 }
 .AnyTagClassName
 {
   color: #6434E5;
 }
</style>

background-color css

<style>
 a { background-color: #6434E5; }

 a { background-color: rgb(100,52,229); }

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

border-color css

<style>
 span { border-color: #6434E5; }

 span { border-color: rgb(100,52,229); }

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