Html Css Color HEX #651ECF Purple Heart

📋 copy color: '#651ECF'

red 101 ◦ green 30 ◦ blue 207

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

Shades of Purple Heart #651ECF

Tints of Purple Heart #651ECF

RGB

 RED value IS 101 (39.84% from 255) = 29.88%

 GREEN value IS 30 (12.11% from 255) = 8.88%

 BLUE value IS 207 (81.25% from 255) = 61.24%

R = 29.88%
G = 8.88%
B = 61.24%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#651ECF (or 0x651ECF) is known color: Purple Heart. HEX triplet: 65, 1E and CF. RGB value is (101,30,207). Sum of RGB (Red+Green+Blue) = 101+30+207=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #651ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651ECF is #9AE130. Grayscale: #464646. Windows color (decimal): -10150193 or 13573733. OLE color: 13573733.

HSL color Cylindrical-coordinate representation of color #651ECF: hue angle of 264.07º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #651ECF is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 30 207 -
CMYK 0.51 0.86 0 0.19
HSL 264.07º 0.75% 0.46% -
HSV(B) 264.07º 0.86% 0.81% -
XYZ 17.09 8.2 59.71 -
YUV 71.41 204.52 149.11 -
System Red Green Blue C M Y K H S L
Decimal 101 30 207 0.51 0.86 0 0.19 264.07 0.75 0.46
Hex 65 1E CF 33 56 0 13 108 4B 2E
Octal 145 36 317 63 126 0 23 410 113 56
Binary 1100101 11110 11001111 110011 1010110 0 10011 100001000 1001011 101110

Color Harmonies of #651ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651ECF

Black with #651ECF

Text Example


Text Example

White with #651ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651ECF; }

 p { color: rgb(101,30,207); }

 H1.HeaderClassName
 {
   color: #651ECF;
 }
 .AnyTagClassName
 {
   color: #651ECF;
 }
</style>

background-color css

<style>
 a { background-color: #651ECF; }

 a { background-color: rgb(101,30,207); }

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

border-color css

<style>
 span { border-color: #651ECF; }

 span { border-color: rgb(101,30,207); }

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