Html Css Color HEX #642FDA Purple Heart

📋 copy color: '#642FDA'

red 100 ◦ green 47 ◦ blue 218

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

Shades of Purple Heart #642FDA

Tints of Purple Heart #642FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.88%

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

R = 27.4%
G = 12.88%
B = 59.73%

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

#642FDA (or 0x642FDA) is known color: Purple Heart. HEX triplet: 64, 2F and DA. RGB value is (100,47,218). Sum of RGB (Red+Green+Blue) = 100+47+218=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #642FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642FDA is #9BD025. Grayscale: #515151. Windows color (decimal): -10211366 or 14298980. OLE color: 14298980.

HSL color Cylindrical-coordinate representation of color #642FDA: hue angle of 258.6º 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 #642FDA is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 47 218 -
CMYK 0.54 0.78 0 0.15
HSL 258.6º 0.7% 0.52% -
HSV(B) 258.6º 0.78% 0.85% -
XYZ 18.93 9.8 67.22 -
YUV 82.34 204.56 140.6 -
System Red Green Blue C M Y K H S L
Decimal 100 47 218 0.54 0.78 0 0.15 258.6 0.7 0.52
Hex 64 2F DA 36 4E 0 F 103 46 34
Octal 144 57 332 66 116 0 17 403 106 64
Binary 1100100 101111 11011010 110110 1001110 0 1111 100000011 1000110 110100

Color Harmonies of #642FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642FDA

Black with #642FDA

Text Example


Text Example

White with #642FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642FDA; }

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

 H1.HeaderClassName
 {
   color: #642FDA;
 }
 .AnyTagClassName
 {
   color: #642FDA;
 }
</style>

background-color css

<style>
 a { background-color: #642FDA; }

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

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

border-color css

<style>
 span { border-color: #642FDA; }

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

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