Html Css Color HEX #642FCD Purple Heart

📋 copy color: '#642FCD'

red 100 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #642FCD

Tints of Purple Heart #642FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.24%

R = 28.41%
G = 13.35%
B = 58.24%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#642FCD (or 0x642FCD) is known color: Purple Heart. HEX triplet: 64, 2F and CD. RGB value is (100,47,205). Sum of RGB (Red+Green+Blue) = 100+47+205=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #642FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642FCD is #9BD032. Grayscale: #505050. Windows color (decimal): -10211379 or 13447012. OLE color: 13447012.

HSL color Cylindrical-coordinate representation of color #642FCD: hue angle of 260.13º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #642FCD is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 47 205 -
CMYK 0.51 0.77 0 0.20
HSL 260.13º 0.63% 0.49% -
HSV(B) 260.13º 0.77% 0.8% -
XYZ 17.29 9.15 58.61 -
YUV 80.86 198.06 141.65 -
System Red Green Blue C M Y K H S L
Decimal 100 47 205 0.51 0.77 0 0.20 260.13 0.63 0.49
Hex 64 2F CD 33 4D 0 14 104 3F 31
Octal 144 57 315 63 115 0 24 404 77 61
Binary 1100100 101111 11001101 110011 1001101 0 10100 100000100 111111 110001

Color Harmonies of #642FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642FCD

Black with #642FCD

Text Example


Text Example

White with #642FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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