Html Css Color HEX #642BCE Purple Heart

📋 copy color: '#642BCE'

red 100 ◦ green 43 ◦ blue 206

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

Shades of Purple Heart #642BCE

Tints of Purple Heart #642BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.32%

 BLUE value IS 206 (80.86% from 255) = 59.03%

R = 28.65%
G = 12.32%
B = 59.03%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#642BCE (or 0x642BCE) is known color: Purple Heart. HEX triplet: 64, 2B and CE. RGB value is (100,43,206). Sum of RGB (Red+Green+Blue) = 100+43+206=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #642BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642BCE is #9BD431. Grayscale: #4E4E4E. Windows color (decimal): -10212402 or 13511524. OLE color: 13511524.

HSL color Cylindrical-coordinate representation of color #642BCE: hue angle of 260.98º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642BCE is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 43 206 -
CMYK 0.51 0.79 0 0.19
HSL 260.98º 0.65% 0.49% -
HSV(B) 260.98º 0.79% 0.81% -
XYZ 17.26 8.89 59.2 -
YUV 78.63 199.88 143.25 -
System Red Green Blue C M Y K H S L
Decimal 100 43 206 0.51 0.79 0 0.19 260.98 0.65 0.49
Hex 64 2B CE 33 4F 0 13 105 41 31
Octal 144 53 316 63 117 0 23 405 101 61
Binary 1100100 101011 11001110 110011 1001111 0 10011 100000101 1000001 110001

Color Harmonies of #642BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642BCE

Black with #642BCE

Text Example


Text Example

White with #642BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,43,206); }

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

background-color css

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

 a { background-color: rgb(100,43,206); }

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

border-color css

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

 span { border-color: rgb(100,43,206); }

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