Html Css Color HEX #6431DA Purple Heart

📋 copy color: '#6431DA'

red 100 ◦ green 49 ◦ blue 218

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

Shades of Purple Heart #6431DA

Tints of Purple Heart #6431DA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.35%

 BLUE value IS 218 (85.55% from 255) = 59.4%

R = 27.25%
G = 13.35%
B = 59.4%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6431DA (or 0x6431DA) is known color: Purple Heart. HEX triplet: 64, 31 and DA. RGB value is (100,49,218). Sum of RGB (Red+Green+Blue) = 100+49+218=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #6431DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6431DA is #9BCE25. Grayscale: #525252. Windows color (decimal): -10210854 or 14299492. OLE color: 14299492.

HSL color Cylindrical-coordinate representation of color #6431DA: hue angle of 258.11º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6431DA is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 49 218 -
CMYK 0.54 0.78 0 0.15
HSL 258.11º 0.7% 0.52% -
HSV(B) 258.11º 0.78% 0.85% -
XYZ 19.01 9.97 67.25 -
YUV 83.52 203.9 139.76 -
System Red Green Blue C M Y K H S L
Decimal 100 49 218 0.54 0.78 0 0.15 258.11 0.7 0.52
Hex 64 31 DA 36 4E 0 F 102 46 34
Octal 144 61 332 66 116 0 17 402 106 64
Binary 1100100 110001 11011010 110110 1001110 0 1111 100000010 1000110 110100

Color Harmonies of #6431DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6431DA

Black with #6431DA

Text Example


Text Example

White with #6431DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6431DA; }

 p { color: rgb(100,49,218); }

 H1.HeaderClassName
 {
   color: #6431DA;
 }
 .AnyTagClassName
 {
   color: #6431DA;
 }
</style>

background-color css

<style>
 a { background-color: #6431DA; }

 a { background-color: rgb(100,49,218); }

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

border-color css

<style>
 span { border-color: #6431DA; }

 span { border-color: rgb(100,49,218); }

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