Html Css Color HEX #642FCC Purple Heart

📋 copy color: '#642FCC'

red 100 ◦ green 47 ◦ blue 204

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

Shades of Purple Heart #642FCC

Tints of Purple Heart #642FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.12%

R = 28.49%
G = 13.39%
B = 58.12%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#642FCC (or 0x642FCC) is known color: Purple Heart. HEX triplet: 64, 2F and CC. RGB value is (100,47,204). Sum of RGB (Red+Green+Blue) = 100+47+204=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #642FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642FCC is #9BD033. Grayscale: #505050. Windows color (decimal): -10211380 or 13381476. OLE color: 13381476.

HSL color Cylindrical-coordinate representation of color #642FCC: hue angle of 260.25º 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 #642FCC is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 47 204 -
CMYK 0.51 0.77 0 0.2
HSL 260.25º 0.63% 0.49% -
HSV(B) 260.25º 0.77% 0.8% -
XYZ 17.17 9.1 57.98 -
YUV 80.75 197.56 141.73 -
System Red Green Blue C M Y K H S L
Decimal 100 47 204 0.51 0.77 0 0.2 260.25 0.63 0.49
Hex 64 2F CC 33 4D 0 14 104 3F 31
Octal 144 57 314 63 115 0 24 404 77 61
Binary 1100100 101111 11001100 110011 1001101 0 10100 100000100 111111 110001

Color Harmonies of #642FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642FCC

Black with #642FCC

Text Example


Text Example

White with #642FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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